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

Flushes the standard output stream.

Parameters:

  • NSTDStdoutLock *handle - A locked handle to stdout.

Returns

NSTDIOError errc - The I/O operation error code.