Function sys_slist_peek_tail

Source
pub unsafe extern "C" fn sys_slist_peek_tail(
    list: *mut sys_slist_t,
) -> *mut sys_snode_t
Expand description

@brief Peek the last node from the list

@param list A point on the list to peek the last node from

@return A pointer on the last node of the list (or NULL if none)