vwscanf

Function vwscanf 

Source
pub unsafe extern "C" fn vwscanf(
    __format: *const wchar_t,
    __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.