summaryrefslogtreecommitdiff
path: root/src/stdio/TMP_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/TMP_MAX.c')
-rw-r--r--src/stdio/TMP_MAX.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/TMP_MAX.c b/src/stdio/TMP_MAX.c
new file mode 100644
index 00000000..af429fd3
--- /dev/null
+++ b/src/stdio/TMP_MAX.c
@@ -0,0 +1,12 @@
+#include <stdio.h>
+#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)
+*/