Changeset 80bee81 in mainline for uspace/lib/c/include/stdio.h
- Timestamp:
- 2015-09-21T22:40:52Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a955fcc
- Parents:
- 7db5cfd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r7db5cfd r80bee81 134 134 extern FILE *fopen(const char *, const char *); 135 135 extern FILE *fdopen(int, const char *); 136 extern FILE *freopen(const char *, const char *, FILE *); 136 137 extern int fclose(FILE *); 137 138
Note:
See TracChangeset
for help on using the changeset viewer.