
Go to the source code of this file.
Functions | |
| LILI_NODE * | LiLiLocateItem (LILI *list, LILI_ITEMREF ref) |
| Find the node's location by a given item. | |
| LILI_NODE * | LiLiFindItem (LILI *list, LILI_ITEMREF ref) |
| Find the node of a given item. | |
| int | LiLiPushItem (LILI *list, LILI_ITEMREF ref) |
| Add an item to the list. | |
| int | LiLiPopItem (LILI *list, LILI_ITEMREF *refp) |
| Remove the next item from the list. | |