diff options
Diffstat (limited to 'src/stdio/__stdin.c')
-rw-r--r-- | src/stdio/__stdin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/__stdin.c b/src/stdio/__stdin.c index 8121ced2..08b6fd5d 100644 --- a/src/stdio/__stdin.c +++ b/src/stdio/__stdin.c @@ -1,2 +1,7 @@ +#if 0 + #include <stdio.h> FILE *__stdin; + + +#endif |