diff options
Diffstat (limited to 'src/stdio/tmpfile_s.c')
-rw-r--r-- | src/stdio/tmpfile_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/tmpfile_s.c b/src/stdio/tmpfile_s.c index ea846493..84bff0c8 100644 --- a/src/stdio/tmpfile_s.c +++ b/src/stdio/tmpfile_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /* open a temporary file stream */ @@ -24,3 +26,6 @@ be automatically removed when closed by fn(fclose) or when the program exits. /* CEXT1(201112) */ + + +#endif |