Changes in uspace/lib/c/include/stdio.h [28a5ebd:bc56f30] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r28a5ebd rbc56f30 42 42 #include <_bits/size_t.h> 43 43 #include <_bits/wchar_t.h> 44 #include <_bits/uchar.h>45 44 #include <_bits/wint_t.h> 46 45 #include <_bits/decls.h> … … 124 123 extern wint_t fputwc(wchar_t, FILE *); 125 124 extern wint_t putwchar(wchar_t); 126 127 extern wint_t fputuc(char32_t, FILE *);128 extern wint_t putuchar(char32_t);129 125 130 126 /* Formatted string output functions */
Note:
See TracChangeset
for help on using the changeset viewer.