Function nstd::io::nstd_io_write_line_err
source · [−]Expand description
Writes str to stderr with an additional newline.
Parameters:
const char *const str - String to write to stderr.
Returns: int errc - Nonzero on error.