Function nstd_sys::io::stdin::nstd_io_stdin

source ·
#[no_mangle]
pub extern "C" fn nstd_io_stdin() -> NSTDStdin
Available on crate feature nstd_io only.
Expand description

Constructs a new handle to the standard input stream.

Returns

NSTDStdin handle - A handle to the standard input stream.