FACT++
1.0
|
#include <dim.h>
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) |
DLL * | dll_search (DLL *head, char *data, int size) |
DLL * | dll_get_next (DLL *head, DLL *item) |
DLL * | dll_get_prev (DLL *head, DLL *item) |
int | dll_empty (DLL *head) |
void | dll_remove (DLL *item) |
DLL * | dll_search_next_remove (DLL *head, int offset, char *data, int size) |