Function riot_sys::sock_urlpath

source ·
pub unsafe extern "C" fn sock_urlpath(
    url: *const c_char
) -> *const c_char
Expand description

@brief Returns a pointer to the path component in @p url

@param[in] url URL to examine. Must not be NULL.

@returns pointer to the start of the path component in @p url @returns NULL if @p url is invalid