blob: 1bb13b8553771abc3003f3d32b63d5b30bac9754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define FILENAME_MAX (255)
/** maximum filename length **/
/***
is size of the longest array of TYPE(char) that the implementation guarantees
can be used as a file name.
***/
/*
STDC(1)
*/
|