diff options
Diffstat (limited to 'misc/examples/sso_map.c')
| -rw-r--r-- | misc/examples/sso_map.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/examples/sso_map.c b/misc/examples/sso_map.c index 70450e21..4f84b651 100644 --- a/misc/examples/sso_map.c +++ b/misc/examples/sso_map.c @@ -1,9 +1,10 @@ +#define i_implement #include <stc/cstr.h> #define i_key_str #define i_val_str #include <stc/cmap.h> -int main() +int main(void) { cmap_str m = {0}; cmap_str_emplace(&m, "Test short", "This is a short string"); |
