C examples for stdio.h:L_tmpnam
constant
<cstdio> <stdio.h>
Minimum length for temporary file name
#include <stdio.h> int main()/*w w w. jav a 2s .c o m*/ { printf ("%u ",L_tmpnam ); return 0; }