blob: 8cedfc60e86b21dd6bb423e4b46cc1680e6e8b68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define TMP_MAX (10000)
/** maximum temporary file names **/
/***
is the minimum number of unique file names FUNCTION(tmpnam) is guaranteed to
be able to generate.
***/
/*
STDC(1)
*/
|