Changeset 2119 for trunk/src/emx/include/stdio.h
- Timestamp:
- Jun 30, 2005, 6:50:38 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdio.h
-
Property cvs2svn:cvs-rev
changed from
1.16
to1.17
r2118 r2119 374 374 int fputc_unlocked(int, FILE *); 375 375 int fputs_unlocked(const char * __restrict, FILE * __restrict); 376 char *fgets_unlocked(char * __restrict, int, FILE * __restrict); 376 377 int puts_unlocked(const char *); 378 char *gets_unlocked(char *); 377 379 #endif 378 380 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.