nstd_io_stdin

Function nstd_io_stdin 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_io_stdin() -> NSTDOptionalStdin
Available on crate feature io only.
Expand description

Constructs a new handle to the standard input stream.

§Returns

NSTDOptionalStdin handle - A handle to the standard input stream on success, or an uninitialized “none” variant on error.