#[no_mangle]
pub unsafe extern "C" fn nstd_io_write_line(
    str: *const c_char
) -> c_int
Expand description

Writes str to stdout with an additional newline. Parameters: const char *const str - String to write to stdout. Returns: int errc - Nonzero on error.