Nut/OS  4.10.3
API Reference
lili.c File Reference
#include <memdebug.h>
#include <sys/nutdebug.h>
#include <stdlib.h>
#include <gorp/lili.h>
Include dependency graph for lili.c:

Go to the source code of this file.

Functions

void LiLiRemoveNode (LILI *list, LILI_NODE *node)
 Remove a given node from the list.
LILI_NODELiLiInsertItemAfterNode (LILI *list, LILI_NODE *node, LILI_ITEMREF ref)
LILI_NODELiLiInsertItemBeforeNode (LILI *list, LILI_NODE *node, LILI_ITEMREF ref)
LILILiLiCreate (uint8_t flags, LiLiItemCreateFunc icre, LiLiItemDestroyFunc ides, LiLiItemCompareFunc icmp)
 Create a linked list.
void LiLiClean (LILI *list)
 Remove all items from a list.
void LiLiDestroy (LILI *list)
 Destroy a linked list.