Chapter 2. Data Types

Doubly Linked Lists

Table of Contents
list_add — add a new entry
list_add_tail — add a new entry
list_del — deletes entry from list.
list_del_init — deletes entry from list and reinitialize it.
list_empty — tests whether a list is empty
list_splice — join two lists
list_entry — get the struct for this entry
list_for_each — iterate over a list
list_for_each_safe — iterate over a list safe against removal of list entry

Vovo2000.Com - About Vovo2000 - Terms of Service - Privacy Policy - Type Testing Lab