Ignore:
Timestamp:
Jun 30, 2005, 6:50:38 AM (20 years ago)
Author:
bird
Message:

Added fgets_unlocked and gets_unlocked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdio.h

    • Property cvs2svn:cvs-rev changed from 1.16 to 1.17
    r2118 r2119  
    374374int     fputc_unlocked(int, FILE *);
    375375int     fputs_unlocked(const char * __restrict, FILE * __restrict);
     376char    *fgets_unlocked(char * __restrict, int, FILE * __restrict);
    376377int     puts_unlocked(const char *);
     378char    *gets_unlocked(char *);
    377379#endif
    378380
Note: See TracChangeset for help on using the changeset viewer.