Function list_empty

Source
pub unsafe extern "C" fn list_empty(l: *const list_t) -> c_int
Expand description

inspect whether the list is empty.

@param l list to operate @return 0 iff the list is not empty

@see list_size()