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