Function mupdf_sys::fz_cleanname

source ·
pub unsafe extern "C" fn fz_cleanname(
    name: *mut c_char
) -> *mut c_char
Expand description

rewrite path to the shortest string that names the same path.

Eliminates multiple and trailing slashes, interprets “.” and “..”. Overwrites the string in place.