summaryrefslogtreecommitdiff
path: root/src/stdio/FILENAME_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/FILENAME_MAX.c')
-rw-r--r--src/stdio/FILENAME_MAX.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdio/FILENAME_MAX.c b/src/stdio/FILENAME_MAX.c
deleted file mode 100644
index 1bb13b85..00000000
--- a/src/stdio/FILENAME_MAX.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#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)
-*/