pub unsafe extern "C" fn vfscanf(
__s: *mut FILE,
__format: *const c_char,
__arg: *mut __va_list_tag,
) -> c_intExpand description
Read formatted input from S into argument list ARG.
This function is a possible cancellation point and therefore not marked with __THROW.