Skip to content

cf_list_back

Category: list
GitHub: cute_doubly_list.h


Returns a pointer to the last element in the list.

CF_ListNode* cf_list_back(CF_List* list)
Parameters Description
List The list.

Remarks

Check to see if this is a valid node in the list with node != cf_list_end(list).

CF_ListNode
CF_List
CF_LIST_NODE
CF_LIST_HOST
cf_list_init_node
cf_list_init
cf_list_push_front
cf_list_push_back
cf_list_remove
cf_list_pop_front
cf_list_pop_back
cf_list_empty
cf_list_begin
cf_list_end
cf_list_front