pomp_encoder_writev

Function pomp_encoder_writev 

Source
pub unsafe extern "C" fn pomp_encoder_writev(
    enc: *mut pomp_encoder,
    fmt: *const c_char,
    args: *mut __va_list_tag,
) -> c_int
Expand description

Encode arguments according to given format string. @param enc : encoder. @param fmt : format string. Can be NULL if no arguments given. @param args : arguments. @return 0 in case of success, negative errno value in case of error.