diff options
Diffstat (limited to 'src/stdio/__stdin.c')
| -rw-r--r-- | src/stdio/__stdin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/__stdin.c b/src/stdio/__stdin.c new file mode 100644 index 00000000..8121ced2 --- /dev/null +++ b/src/stdio/__stdin.c @@ -0,0 +1,2 @@ +#include <stdio.h> +FILE *__stdin; |
