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