Function mupdf_sys::fz_asprintf[][src]

pub unsafe extern "C" fn fz_asprintf(
    ctx: *mut fz_context,
    fmt: *const c_char,
     ...
) -> *mut c_char

Allocated sprintf.

Returns a null terminated allocated block containing the formatted version of the format string/args.