diff options
Diffstat (limited to 'src/stdio/__stdio_h.c')
-rw-r--r-- | src/stdio/__stdio_h.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/__stdio_h.c b/src/stdio/__stdio_h.c new file mode 100644 index 00000000..d553908f --- /dev/null +++ b/src/stdio/__stdio_h.c @@ -0,0 +1,8 @@ +#include "_stdio.h" + +struct __stdio_h __stdio_h = { 0 }; + +/* +STDC(0) +SIGNAL_SAFE(0) +*/ |