#[unsafe(no_mangle)]pub unsafe extern "C" fn putchar(c: c_int) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/putchar.html.
Put a character c into stdout
#[unsafe(no_mangle)]pub unsafe extern "C" fn putchar(c: c_int) -> c_intSee https://pubs.opengroup.org/onlinepubs/9799919799/functions/putchar.html.
Put a character c into stdout