diff options
| author | Tyge Løvset <[email protected]> | 2020-09-15 23:12:58 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-09-15 23:12:58 +0200 |
| commit | 0ce57669673a5a22d8207ec884bcebb97cb18448 (patch) | |
| tree | d76c4b38431efee766d97ba572fa3127a3e05976 /examples/mapmap.c | |
| parent | f4435af2fc9e9187f7be0149c2eb916db27cb257 (diff) | |
| download | STC-modified-0ce57669673a5a22d8207ec884bcebb97cb18448.tar.gz STC-modified-0ce57669673a5a22d8207ec884bcebb97cb18448.zip | |
Simplified declare_ statement e.g. c_cmap(...)
Diffstat (limited to 'examples/mapmap.c')
| -rw-r--r-- | examples/mapmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mapmap.c b/examples/mapmap.c index 4e71f6c0..94f4139e 100644 --- a/examples/mapmap.c +++ b/examples/mapmap.c @@ -3,8 +3,8 @@ #include <stc/cmap.h>
#include <stc/cstr.h>
-cdef_cmap_str();
-cdef_cmap_strkey(cfg, cmap_str, cmap_str_destroy);
+c_cmap_str();
+c_cmap_strkey(cfg, cmap_str, cmap_str_destroy);
int main(void) {
cmap_cfg config = cmap_ini;
|
