FACT++  1.0
dll.c File Reference
#include <dim.h>
+ Include dependency graph for dll.c:

Go to the source code of this file.

Macros

#define DIMLIB
 

Functions

void dll_init (DLL *head)
 
void dll_insert_queue (DLL *head, DLL *item)
 
void dll_insert_after (DLL *atitem, DLL *item)
 
DLLdll_search (DLL *head, char *data, int size)
 
DLLdll_get_next (DLL *head, DLL *item)
 
DLLdll_get_prev (DLL *head, DLL *item)
 
int dll_empty (DLL *head)
 
void dll_remove (DLL *item)
 
DLLdll_search_next_remove (DLL *head, int offset, char *data, int size)