nstd_io_read

Function nstd_io_read 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_io_read() -> NSTDIOStringResult<'static>
Available on crate feature io only.
Expand description

Reads a line of UTF-8 input from stdin, discarding the newline character.

ยงReturns

NSTDIOStringResult input - The UTF-8 input from stdin on success and the I/O operation error code on failure.