summaryrefslogtreecommitdiff
path: root/src/stdio/EOF.h
blob: 2cf3ce60c5d447f1234dd5b5f2a96d841f3014b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)
*/