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