diff options
Diffstat (limited to 'src/stdio/ungetc.c')
-rw-r--r-- | src/stdio/ungetc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/ungetc.c b/src/stdio/ungetc.c index c34f4d20..a3fc7d0a 100644 --- a/src/stdio/ungetc.c +++ b/src/stdio/ungetc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -37,3 +39,6 @@ is obsolete in ISO/IEC 9899:1999. /* STDC(1) */ + + +#endif |