Ignore:
Timestamp:
Oct 13, 2006, 3:38:50 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Add feof() to the list of I/O functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/src/io.h

    r1201 r1202  
    2323TOIFILE *toiopen(const char *, const char *);
    2424int toiclose(TOIFILE *);
     25int toieof(TOIFILE *);
    2526char *toigets(char *, int, TOIFILE *);
    2627
Note: See TracChangeset for help on using the changeset viewer.