svn_cstring_skip_prefix

Function svn_cstring_skip_prefix 

Source
pub unsafe extern "C" fn svn_cstring_skip_prefix(
    str_: *const c_char,
    prefix: *const c_char,
) -> *const c_char
Expand description

Skip the common prefix @a prefix from the C string @a str, and return a pointer to the next character after the prefix. Return @c NULL if @a str does not start with @a prefix.

@since New in 1.9.