Changes in uspace/lib/posix/stdio.h [09b0b1fb:3a3ef72] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdio.h
r09b0b1fb r3a3ef72 33 33 34 34 #define putc fputc 35 #define getc fgetc36 37 38 extern FILE *posix_freopen(const char *restrict filename,39 const char *restrict mode,40 FILE *restrict stream);41 42 extern void posix_perror(const char *s);43 44 #ifndef POSIX_INTERNAL45 #define freopen posix_freopen46 #define perror posix_perror47 #endif48 35 49 36 #endif /* POSIX_STDIO_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.