Changeset a8e9ab8d in mainline for uspace/lib/libc/include/stdio.h
- Timestamp:
- 2008-03-09T17:18:30Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4072980
- Parents:
- 2664838b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/stdio.h
r2664838b ra8e9ab8d 68 68 #define fprintf(f, fmt, ...) printf(fmt, ##__VA_ARGS__) 69 69 70 extern int rename(const char *, const char *); 71 70 72 #endif 71 73
Note:
See TracChangeset
for help on using the changeset viewer.