diff options
Diffstat (limited to 'src/stdio/__stdio.c')
-rw-r--r-- | src/stdio/__stdio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/__stdio.c b/src/stdio/__stdio.c index 116c6ab9..26f57b61 100644 --- a/src/stdio/__stdio.c +++ b/src/stdio/__stdio.c @@ -1,3 +1,8 @@ +#if 0 + #include "_stdio.h" struct __stdio __stdio = { 0 }; + + +#endif |