summaryrefslogtreecommitdiff
path: root/src/stdio/EOF.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/EOF.c')
-rw-r--r--src/stdio/EOF.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdio/EOF.c b/src/stdio/EOF.c
deleted file mode 100644
index 2cf3ce60..00000000
--- a/src/stdio/EOF.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#define EOF (-1)
-
-/** end-of-file **/
-
-/***
-is a sentinal value used to indicated that a TYPEDEF(FILE) stream has reached
-the end of file.
-***/
-
-/*
-STDC(1)
-*/