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

Go to the source code of this file.

Functions

LILI_NODELiLiLocateItem (LILI *list, LILI_ITEMREF ref)
 Find the node's location by a given item.
LILI_NODELiLiFindItem (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.