![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Generic double linked lists code. More...
Go to the source code of this file.
Functions | |
list_entry *__stdcall | winx_list_insert_item (list_entry **phead, list_entry *prev, long size) |
Inserts an item to double linked list. | |
void __stdcall | winx_list_remove_item (list_entry **phead, list_entry *item) |
Removes an item from double linked list. | |
void __stdcall | winx_list_destroy (list_entry **phead) |
Destroys a double linked list. |
Generic double linked lists code.
Definition in file list.c.