diff options
Diffstat (limited to 'src/stdio/TMP_MAX.c')
| -rw-r--r-- | src/stdio/TMP_MAX.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/TMP_MAX.c b/src/stdio/TMP_MAX.c index af429fd3..8cedfc60 100644 --- a/src/stdio/TMP_MAX.c +++ b/src/stdio/TMP_MAX.c @@ -1,4 +1,3 @@ -#include <stdio.h> #define TMP_MAX (10000) /** maximum temporary file names **/ @@ -7,6 +6,7 @@ is the minimum number of unique file names FUNCTION(tmpnam) is guaranteed to be able to generate. ***/ + /* STDC(1) */ |
