Changes in boot/generic/include/putchar.h [28a5ebd:174156fd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/putchar.h
r28a5ebd r174156fd 37 37 38 38 #include <stddef.h> 39 #include <uchar.h>40 39 41 extern void put uchar(char32_t);40 extern void putwchar(wchar_t); 42 41 43 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.