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