summaryrefslogtreecommitdiff
path: root/src/stdio/L_tmpnam.c
blob: 8467199aad3e2edf0a042573b81677fc988cb903 (plain)
1
2
3
4
5
6
7
8
9
10
11
#define L_tmpnam                                                           (255)

/** temporary file name length **/

/***
is the maximum length of a temporary filename returned by FUNCTION(tmpnam).
***/

/*
STDC(1)
*/