summaryrefslogtreecommitdiffhomepage
path: root/advanced_example.c
diff options
context:
space:
mode:
authorTylo <[email protected]>2020-06-21 15:26:22 +0200
committerTylo <[email protected]>2020-06-21 15:26:22 +0200
commitfc26b38cb71cbc98504f511192d8fa2124fd1e4e (patch)
treed7556841daf14d5a886cf72fa1359354cc7622fc /advanced_example.c
parent173d32f0eb194b30b40fb5eb6e708bc3c4f8f421 (diff)
downloadSTC-modified-fc26b38cb71cbc98504f511192d8fa2124fd1e4e.tar.gz
STC-modified-fc26b38cb71cbc98504f511192d8fa2124fd1e4e.zip
Renamed files and classes: cmap -> chash, copt -> coption
Diffstat (limited to 'advanced_example.c')
-rw-r--r--advanced_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced_example.c b/advanced_example.c
index b85b433e..6649ab29 100644
--- a/advanced_example.c
+++ b/advanced_example.c
@@ -9,7 +9,7 @@ The difficulty with the hash function is that if your key type consists of sever
Assuming a key-type like this, and want string as value, we define the functions person_make(), person_destroy() and person_compare():
```*/
#include <stdio.h>
-#include "stc/cmap.h"
+#include "stc/chash.h"
#include "stc/cstring.h"
struct Person {