Function sc_compare_path

Source
pub unsafe extern "C" fn sc_compare_path(
    patha: *const sc_path_t,
    pathb: *const sc_path_t,
) -> c_int
Expand description

Compares two sc_path_t objects @param patha sc_path_t object of the first path @param pathb sc_path_t object of the second path @return 1 if both paths are equal and 0 otherwise