Function nstd::io::nstd_io_write_line
source · [−]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.