diff options
| author | Tyge Løvset <[email protected]> | 2022-02-18 16:25:25 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-02-18 16:25:25 +0100 |
| commit | 4ac5ef68726057ff97e56c951e4faeaa29995e40 (patch) | |
| tree | cc8f82362d1fa6a94c8e279d7ce0b6f3581225c2 /examples/new_map.c | |
| parent | fde8f4a37c42a3611b544185806155a02e24227e (diff) | |
| download | STC-modified-4ac5ef68726057ff97e56c951e4faeaa29995e40.tar.gz STC-modified-4ac5ef68726057ff97e56c951e4faeaa29995e40.zip | |
Some improvements and cleanup: CRegex, CMap.
Diffstat (limited to 'examples/new_map.c')
| -rw-r--r-- | examples/new_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/new_map.c b/examples/new_map.c index a7008e4f..97fce008 100644 --- a/examples/new_map.c +++ b/examples/new_map.c @@ -1,7 +1,7 @@ #include <stc/cstr.h>
#include <stc/forward.h>
-forward_cmap(cmap_pnt, struct Point, int, uint32_t);
+forward_cmap(cmap_pnt, struct Point, int);
struct MyStruct {
cmap_pnt pntmap;
|
