diff options
| author | Tyge Løvset <[email protected]> | 2023-02-08 12:18:59 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-08 12:18:59 +0100 |
| commit | 673dd5319a488d4b702b94dd9aeda4e497ae4fbc (patch) | |
| tree | 03f3f96388ba1829eed3203ae8c7838a7110b0a1 /misc/examples/list.c | |
| parent | 1353117ffc5a26709b1a00995cc6be49e1eab7ab (diff) | |
| download | STC-modified-673dd5319a488d4b702b94dd9aeda4e497ae4fbc.tar.gz STC-modified-673dd5319a488d4b702b94dd9aeda4e497ae4fbc.zip | |
Minors.
Diffstat (limited to 'misc/examples/list.c')
| -rw-r--r-- | misc/examples/list.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/examples/list.c b/misc/examples/list.c index 4aacfe38..ced0be32 100644 --- a/misc/examples/list.c +++ b/misc/examples/list.c @@ -1,11 +1,9 @@ #include <stdio.h> #include <time.h> -#define STC_IMPLEMENT -#define STC_EXTERN - #define i_val double #define i_tag fx +#define i_extern // include sort function #include <stc/clist.h> #include <stc/crandom.h> |
