TMP_MAX, L_tmpnam

Syntax

#include <stdio.h>

Remarks

TMP_MAX is the maximum number of unique filenames that the tmpnam function can generate. L_tmpnam is the length of temporary filenames generated by tmpnam. For more information, see _tempnam, _wtempnam, tmpnam, _wtmpnam. TMP_MAX_S and _TMP_MAX_S are synonyms of TMP_MAX for use with the related secure functions tmpnam_s, _wtmpnam_s.

See also

Global constants