diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-12 11:03:18 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-12 11:03:18 -0400 |
commit | 99023629a5a5cbea1774b2bbd35a32be4caec311 (patch) | |
tree | cd3759a0b1d048802f782957db4267d39c18e761 /src/stdlib/__stdlib.c | |
parent | ca214751ee761d3d6d1f63e771456da63e4d7791 (diff) |
add version macro
Diffstat (limited to 'src/stdlib/__stdlib.c')
-rw-r--r-- | src/stdlib/__stdlib.c | 4 |
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) +*/ |