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