pub unsafe extern "C" fn vprintf(
__format: *const c_char,
__arg: *mut __va_list_tag,
) -> c_intExpand description
Write formatted output to stdout from argument list ARG.
This function is a possible cancellation point and therefore not marked with __THROW.