summaryrefslogtreecommitdiff
path: root/src/stdio/L_tmpnam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/L_tmpnam.h')
-rw-r--r--src/stdio/L_tmpnam.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdio/L_tmpnam.h b/src/stdio/L_tmpnam.h
new file mode 100644
index 00000000..8467199a
--- /dev/null
+++ b/src/stdio/L_tmpnam.h
@@ -0,0 +1,11 @@
+#define L_tmpnam (255)
+
+/** temporary file name length **/
+
+/***
+is the maximum length of a temporary filename returned by FUNCTION(tmpnam).
+***/
+
+/*
+STDC(1)
+*/