diff options
Diffstat (limited to 'src/stdio/TMP_MAX.h')
-rw-r--r-- | src/stdio/TMP_MAX.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/TMP_MAX.h b/src/stdio/TMP_MAX.h new file mode 100644 index 00000000..8cedfc60 --- /dev/null +++ b/src/stdio/TMP_MAX.h @@ -0,0 +1,12 @@ +#define TMP_MAX (10000) + +/** maximum temporary file names **/ + +/*** +is the minimum number of unique file names FUNCTION(tmpnam) is guaranteed to +be able to generate. +***/ + +/* +STDC(1) +*/ |