Function mupdf_sys::fz_strdup

source ·
pub unsafe extern "C" fn fz_strdup(
    ctx: *mut fz_context,
    s: *const c_char
) -> *mut c_char
Expand description

Portable strdup implementation, using fz allocators.