pub fn putchar(c: i32)
Write a single character to the console output.
c should be a valid ASCII byte value (0..=127).
c
0..=127