Changes in uspace/lib/posix/stdio.h [e3891262:823a929] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdio.h
re3891262 r823a929 42 42 43 43 /* Character Input/Output */ 44 #undef putc45 44 #define putc fputc 46 #undef getc47 45 #define getc fgetc 48 46 extern int posix_ungetc(int c, FILE *stream); … … 70 68 71 69 /* Temporary Files */ 72 #undef L_tmpnam73 #define L_tmpnam PATH_MAX74 75 70 extern char *posix_tmpnam(char *s); 76 71
Note:
See TracChangeset
for help on using the changeset viewer.