pub unsafe extern "C" fn tr_sys_path_is_relative(
    path: *const c_char
) -> u8
Expand description

@brief Check whether path is relative.

This function only analyzes the string, so no error reporting is needed.

@param[in] path Path to file or directory.

@return True if path is relative, false otherwise