cf_list_init_node¶
Category: list
GitHub: cute_doubly_list.h
Intializes a node.
Parameters | Description |
---|---|
node | The node. |
Remarks¶
As this list is circular, each node is initialized to point to itself.
Related Pages¶
CF_ListNode
CF_List
CF_LIST_NODE
CF_LIST_HOST
cf_list_back
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