summaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-02-08 12:18:59 +0100
committerTyge Løvset <[email protected]>2023-02-08 12:18:59 +0100
commit673dd5319a488d4b702b94dd9aeda4e497ae4fbc (patch)
tree03f3f96388ba1829eed3203ae8c7838a7110b0a1 /misc
parent1353117ffc5a26709b1a00995cc6be49e1eab7ab (diff)
downloadSTC-modified-673dd5319a488d4b702b94dd9aeda4e497ae4fbc.tar.gz
STC-modified-673dd5319a488d4b702b94dd9aeda4e497ae4fbc.zip
Minors.
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>