diff options
Diffstat (limited to 'src/stdio/L_tmpnam.h')
-rw-r--r-- | src/stdio/L_tmpnam.h | 11 |
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) +*/ |