pub unsafe extern "C" fn fscanf1( __stream: *mut FILE, __format: *const c_char, ... ) -> c_int
Read formatted input from STREAM.
This function is a possible cancellation point and therefore not marked with __THROW.