#include <stdlib.h>
#include "LinkedLists.h"
Include dependency graph for DoubleLinkedLists.c:
Go to the source code of this file.
Functions | |
void | InvertDoubleList (DoubleNodePtr *doubleLinkedListPtr) |
Same as InvertList, but for double linked lists, and much faster. More... | |
UInt32 | FindFirst (DoubleNodePtr linkedList, DoubleNodePtr *first) |
Same as FindLast, but backwards with a double linked list. More... | |
void | FillPrev (DoubleNodePtr linkedList) |
Fills the "prev" values. More... |
Definition in file DoubleLinkedLists.c.