pub unsafe extern "C" fn sys_sflist_is_empty(
list: *mut sys_sflist_t,
) -> bool
Expand description
@brief Test if the given list is empty
@param list A pointer on the list to test
@return a boolean, true if it’s empty, false otherwise
pub unsafe extern "C" fn sys_sflist_is_empty(
list: *mut sys_sflist_t,
) -> bool
@brief Test if the given list is empty
@param list A pointer on the list to test
@return a boolean, true if it’s empty, false otherwise