FACT++  1.0
sll.c File Reference
#include <dim.h>
+ Include dependency graph for sll.c:

Go to the source code of this file.

Macros

#define DIMLIB
 

Functions

void sll_init (SLL *head)
 
int sll_insert_queue (SLL *head, SLL *item)
 
SLLsll_search (SLL *head, char *data, int size)
 
SLLsll_get_next (SLL *item)
 
int sll_empty (SLL *head)
 
int sll_remove (SLL *head, SLL *item)
 
SLLsll_remove_head (SLL *head)
 
SLLsll_get_head (SLL *head)
 
SLLsll_search_next_remove (SLL *item, int offset, char *data, int size)