pub unsafe extern "C" fn sys_dlist_is_empty(
list: *mut sys_dlist_t,
) -> bool
Expand description
@brief check if the list is empty
@param list the doubly-linked list to operate on
@return true if empty, false otherwise
pub unsafe extern "C" fn sys_dlist_is_empty(
list: *mut sys_dlist_t,
) -> bool
@brief check if the list is empty
@param list the doubly-linked list to operate on
@return true if empty, false otherwise