#[no_mangle]
pub extern "C" fn nstd_io_stdout_flush(
    handle: &mut NSTDStdout
) -> NSTDIOError
Available on crate feature io only.
Expand description

Flushes the standard output stream.

Parameters:

  • NSTDStdout *handle - A handle to stdout.

Returns

NSTDIOError errc - The I/O operation error code.