pub unsafe extern "C" fn list_hash(
l: *const list_t,
hash: *mut list_hash_t,
) -> c_intExpand description
return the hash of the current status of the list.
@param l list to operate @param hash where the resulting hash is put
@return 0 for success; <0 for failure