putchar

Function putchar 

Source
pub unsafe extern "C" fn putchar(__c: c_int) -> c_int
Expand description

Write a character to stdout.

This function is a possible cancellation point and therefore not marked with __THROW.