diff options
Diffstat (limited to 'src/stdio/tmpnam_s.c')
-rw-r--r-- | src/stdio/tmpnam_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/tmpnam_s.c b/src/stdio/tmpnam_s.c index 6a20f93d..3f5462a0 100644 --- a/src/stdio/tmpnam_s.c +++ b/src/stdio/tmpnam_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> /** generate a temporary file name **/ @@ -41,3 +43,6 @@ macro(L_tmpnam) characters. The temporary name will be copied to this array. /* CEXT1(201112) */ + + +#endif |