diff options
Diffstat (limited to 'src/stdio/getchar.c')
-rw-r--r-- | src/stdio/getchar.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/getchar.c b/src/stdio/getchar.c index d09bbdfc..2d229847 100644 --- a/src/stdio/getchar.c +++ b/src/stdio/getchar.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** read a character from stdin **/ @@ -18,3 +20,6 @@ reads the next character from ARGUMENT(stdin). /* STDC(1) */ + + +#endif |