scanf1

Function scanf1 

Source
pub unsafe extern "C" fn scanf1(__format: *const c_char, ...) -> c_int
Expand description

Read formatted input from stdin.

This function is a possible cancellation point and therefore not marked with __THROW.