Function av_basename

Source
pub unsafe extern "C" fn av_basename(
    path: *const c_char,
) -> *const c_char
Expand description

Thread safe basename. @param path the path, on DOS both \ and / are considered separators. @return pointer to the basename substring.