From 99023629a5a5cbea1774b2bbd35a32be4caec311 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 11:03:18 -0400 Subject: add version macro --- src/stdlib/__stdlib.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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) +*/ -- cgit v1.2.1