diff options
| author | Tyge Lovset <[email protected]> | 2022-05-30 00:59:14 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2022-05-30 00:59:14 +0200 |
| commit | 831dc0843aeedcb45138a6ed576ea03f2dcd58f8 (patch) | |
| tree | 12fedc72d39abda4bb50e59471dddca88b675f86 /examples/hashmap.c | |
| parent | 6e96a8f11783d9c8956ddf272739f005c7b17c16 (diff) | |
| download | STC-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.c | 1 |
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>
|
