diff options
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) +*/ |