Changeset e3891262 in mainline for uspace/lib/posix/stdio.h
- Timestamp:
- 2011-06-25T19:23:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90c5eb6
- Parents:
- fa9815d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdio.h
rfa9815d9 re3891262 42 42 43 43 /* Character Input/Output */ 44 #undef putc 44 45 #define putc fputc 46 #undef getc 45 47 #define getc fgetc 46 48 extern int posix_ungetc(int c, FILE *stream); … … 68 70 69 71 /* Temporary Files */ 72 #undef L_tmpnam 73 #define L_tmpnam PATH_MAX 74 70 75 extern char *posix_tmpnam(char *s); 71 76
Note:
See TracChangeset
for help on using the changeset viewer.