diff options
Diffstat (limited to 'src/stdio/getc.c')
-rw-r--r-- | src/stdio/getc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/getc.c b/src/stdio/getc.c index f176ef5b..b4b8c854 100644 --- a/src/stdio/getc.c +++ b/src/stdio/getc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** read a character from a file stream **/ @@ -19,3 +21,6 @@ defined as a macro, it may evaluate ARGUMENT(stream) more than once. /* STDC(1) */ + + +#endif |