Go to the source code of this file.
Data Structures | |
| struct | node |
| struct | head |
Typedefs | |
| typedef struct node | Node |
| typedef struct head | Head |
| typedef Node ** | ListIterator |
| typedef Head * | List |
Functions | |
| List | newList () |
| void | freeList (List l) |
| void | insertList (char *item, List l) |
| int | getLengthList (List l) |
| ListIterator | newListIterator (List l) |
| char * | listIteratorNext (ListIterator li) |
| int | endOfList (ListIterator li) |
1.7.0