vscanf

Function vscanf 

Source
pub unsafe extern "C" fn vscanf(
    __format: *const c_char,
    __arg: *mut __va_list_tag,
) -> c_int
Expand description

Read formatted input from stdin into argument list ARG.

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