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