blob: af429fd38535878b3cf6dd694b00be2e7a1e44b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <stdio.h>
#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)
*/
|