diff options
Diffstat (limited to 'src/stdlib/exit.c')
-rw-r--r-- | src/stdlib/exit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/exit.c b/src/stdlib/exit.c index 557ad2cf..55800ace 100644 --- a/src/stdlib/exit.c +++ b/src/stdlib/exit.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <stdio.h> #include "_stdlib.h" @@ -45,3 +47,6 @@ IMPLEMENTATION(The unsuccessful termination value returned to the host environme /* STDC(1) */ + + +#endif |