putchar

Function putchar 

Source
pub fn putchar(c: i32)
Expand description

Write a single character to the console output.

c should be a valid ASCII byte value (0..=127).