diff options
Diffstat (limited to 'src/stdio/fputs.c')
| -rw-r--r-- | src/stdio/fputs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fputs.c b/src/stdio/fputs.c index 4f5cea8d..9d6a9c90 100644 --- a/src/stdio/fputs.c +++ b/src/stdio/fputs.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -28,3 +30,6 @@ the terminating CHAR(\0) character. /* STDC(1) */ + + +#endif |
