Changeset b942a66 in mainline for uspace/lib/c/include/stdio.h
- Timestamp:
- 2017-05-23T15:09:04Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5119d34, aa58e52
- Parents:
- c7a67c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
rc7a67c4 rb942a66 153 153 extern void setbuf(FILE *, void *); 154 154 155 /* Misc file functions */ 156 extern int rename(const char *, const char *); 157 extern int remove(const char *); 158 155 159 #endif 156 160
Note:
See TracChangeset
for help on using the changeset viewer.