Skip to main content

putchar

Function putchar 

Source
pub fn putchar(c: i32)
Expand description

Write a single character to the console output.

c is interpreted as an unsigned 8-bit byte (0..=255).