#[no_mangle]
pub unsafe extern "C" fn nstd_io_read(errc: *mut c_int) -> *mut c_char
Expand description

Reads from stdin and returns the read string. Parameters: int *errc - Error code, returns as nonzero on error. Returns: char *in - String read from stdin.