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/mapmap.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/mapmap.c')
| -rw-r--r-- | examples/mapmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mapmap.c b/examples/mapmap.c index 51a5ce59..ccf09314 100644 --- a/examples/mapmap.c +++ b/examples/mapmap.c @@ -1,5 +1,6 @@ // unordered_map<string, unordered_map<string, string>>:
+#include <stc/cstr.h>
#define i_type People
#define i_key_str
#define i_val_str
|
