Changes in uspace/lib/posix/stdio.h [9a6034a:55b1efd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdio.h
r9a6034a r55b1efd 65 65 extern FILE *posix_freopen(const char *restrict filename, 66 66 const char *restrict mode, FILE *restrict stream); 67 extern FILE *posix_fmemopen(void *restrict buf, size_t size,68 const char *restrict mode);69 extern FILE *posix_open_memstream(char **bufp, size_t *sizep);70 67 71 68 /* Error Messages */ … … 143 140 144 141 #define freopen posix_freopen 145 #define fmemopen posix_fmemopen146 #define open_memstream posix_open_memstream147 142 148 143 #define perror posix_perror
Note:
See TracChangeset
for help on using the changeset viewer.