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

/** temporary file name length **/

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