ZenWINX Logo ZenWINX

Architecture - Reference Manual - Guides

list.c File Reference

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.

Detailed Description

Generic double linked lists code.

Definition in file list.c.


Generated on Sat May 29 23:06:45 2010 for ZenWINX by doxygen 1.6.2