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