Changeset 2223 for trunk/src/emx/include/stdio.h
- Timestamp:
- Jul 6, 2005, 5:59:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdio.h
-
Property cvs2svn:cvs-rev
changed from
1.20
to1.21
r2222 r2223 408 408 /** @todo int fpurge(FILE *); */ 409 409 void setbuffer(FILE *, char *, int); 410 /** @todo int setlinebuf(FILE *); */ 410 int setlinebuf(FILE *); 411 411 int vasprintf(char **, const char *, __va_list) 412 412 __printflike(2, 0); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.