Changes in boot/arch/riscv64/src/putchar.c [ed88c8e:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/riscv64/src/putchar.c
red88c8e r28a5ebd 33 33 #include <arch/ucb.h> 34 34 35 void put wchar(wchar_t ch)35 void putuchar(char32_t ch) 36 36 { 37 37 if (ascii_check(ch))
Note:
See TracChangeset
for help on using the changeset viewer.