diff options
Diffstat (limited to 'misc/examples')
| -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> |
