summaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/examples/list.c4
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>