constant
<cstdio>

TMP_MAX

Number of temporary files
This macro expands to the minimum number of unique temporary file names that are guaranteed to be possible to generate using tmpnam.

This value cannot be lower than 25.

Particular library implementations may count file names used by files created with tmpfile towards this limit.

See also