pub fn putchar(c: i32)
Write a single character to the console output.
c is interpreted as an unsigned 8-bit byte (0..=255).
c
0..=255