#[unsafe(no_mangle)]pub unsafe extern "C" fn puts(s: *const c_char) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/puts.html.
Put a string s into stdout
#[unsafe(no_mangle)]pub unsafe extern "C" fn puts(s: *const c_char) -> c_intSee https://pubs.opengroup.org/onlinepubs/9799919799/functions/puts.html.
Put a string s into stdout