Function mupdf_sys::fz_snprintf

source ·
pub unsafe extern "C" fn fz_snprintf(
    buffer: *mut c_char,
    space: usize,
    fmt: *const c_char,
     ...
) -> usize
Expand description

The non va_list equivalent of fz_vsnprintf.