fn sys_putchar(ch: u8)Expand description
SYSNO: 0, just show a character on the console.
For this implementation, it will call the print_charc function directly.
fn sys_putchar(ch: u8)SYSNO: 0, just show a character on the console.
For this implementation, it will call the print_charc function directly.