diff options
Diffstat (limited to 'src/stdio/FILENAME_MAX.c')
-rw-r--r-- | src/stdio/FILENAME_MAX.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/FILENAME_MAX.c b/src/stdio/FILENAME_MAX.c index 4acdbcfb..1bb13b85 100644 --- a/src/stdio/FILENAME_MAX.c +++ b/src/stdio/FILENAME_MAX.c @@ -1,4 +1,3 @@ -#include <stdio.h> #define FILENAME_MAX (255) /** maximum filename length **/ @@ -7,6 +6,7 @@ is size of the longest array of TYPE(char) that the implementation guarantees can be used as a file name. ***/ + /* STDC(1) */ |