diff options
Diffstat (limited to 'src/__main.c')
-rw-r--r-- | src/__main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/__main.c b/src/__main.c index 7e3cd95f..1cfb5119 100644 --- a/src/__main.c +++ b/src/__main.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <stdio.h> #include <locale.h> @@ -27,3 +29,6 @@ void __main(int argc, char **argv) } void __stack_chk_fail(void) {} + + +#endif |