TMP_MAX Constant

stdio.h

#define TMP_MAX 152587890625

Contains the maximum number of temporary file names.

TMP_MAX describes the maximum number of temporary file names the tmpnam function can return. This limit equals 25^8, i.e. the number of possibilities if you have 25 possible values for all 8 characters. You can never run into this limit; see tmpnam for more info.