summaryrefslogtreecommitdiffhomepage
path: root/examples/hashmap.c
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2022-05-30 00:59:14 +0200
committerTyge Lovset <[email protected]>2022-05-30 00:59:14 +0200
commit831dc0843aeedcb45138a6ed576ea03f2dcd58f8 (patch)
tree12fedc72d39abda4bb50e59471dddca88b675f86 /examples/hashmap.c
parent6e96a8f11783d9c8956ddf272739f005c7b17c16 (diff)
downloadSTC-modified-831dc0843aeedcb45138a6ed576ea03f2dcd58f8.tar.gz
STC-modified-831dc0843aeedcb45138a6ed576ea03f2dcd58f8.zip
Added more utf8 features. Changed linking macros in ccommon.h.
Diffstat (limited to 'examples/hashmap.c')
-rw-r--r--examples/hashmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hashmap.c b/examples/hashmap.c
index f39a3904..9ff019e6 100644
--- a/examples/hashmap.c
+++ b/examples/hashmap.c
@@ -1,5 +1,6 @@
// https://doc.rust-lang.org/rust-by-example/std/hash.html
+#include <stc/cstr.h>
#define i_key_str
#define i_val_str
#include <stdio.h>