summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-12 11:03:18 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-12 11:03:18 -0400
commit99023629a5a5cbea1774b2bbd35a32be4caec311 (patch)
treecd3759a0b1d048802f782957db4267d39c18e761
parentca214751ee761d3d6d1f63e771456da63e4d7791 (diff)
add version macro
-rw-r--r--src/stdlib/__stdlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/__stdlib.c b/src/stdlib/__stdlib.c
index bfc601d9..6fcfd82b 100644
--- a/src/stdlib/__stdlib.c
+++ b/src/stdlib/__stdlib.c
@@ -1,3 +1,7 @@
#include "_stdlib.h"
struct __stdlib __stdlib;
+
+/*
+STDC(0)
+*/