diff options
Diffstat (limited to 'src/stdio/FILENAME_MAX.c')
| -rw-r--r-- | src/stdio/FILENAME_MAX.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/FILENAME_MAX.c b/src/stdio/FILENAME_MAX.c new file mode 100644 index 00000000..4acdbcfb --- /dev/null +++ b/src/stdio/FILENAME_MAX.c @@ -0,0 +1,12 @@ +#include <stdio.h> +#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) +*/ |
