These macros are used by the function tmpnam.
Defines the number of characters for the longest temporary file name
created by the function tmpnam.
Include
<stdio.h>
Value
16
Remarks
L_tmpnam is used to define the size of the array used by
tmpnam.
The maximum number of unique file names the function
tmpnam can generate.
Include
<stdio.h>
Value
32