diff options
Diffstat (limited to 'src/stdio/puts.c')
-rw-r--r-- | src/stdio/puts.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/puts.c b/src/stdio/puts.c index 93931216..1e73158c 100644 --- a/src/stdio/puts.c +++ b/src/stdio/puts.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -39,3 +41,6 @@ followed by a newline. The terminated CHAR(\0) is not written. /* STDC(1) */ + + +#endif |