cf_list_push_front¶
Category: list
GitHub: cute_doubly_list.h
Pushes a node onto the front of the list.
| Parameters | Description |
|---|---|
list |
The list. |
node |
The node. |
Related Pages¶
CF_ListNode
CF_List
CF_LIST_NODE
CF_LIST_HOST
cf_list_init_node
cf_list_init
cf_list_back
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