Contains the definition for LnkLst class. More...
Go to the source code of this file.
Classes | |
struct | _LnkLst |
header for a linked list More... | |
Typedefs | |
typedef struct _LnkLst | LnkLst |
Functions | |
int | LL_index (LnkLst *p_first, LnkLst *p_item) |
get the index of an item in a list | |
Contains the definition for LnkLst class.
#define LnkLst_Append | ( | p_head, | |
p_tail, | |||
p_new | |||
) |
#define LnkLst_Extract | ( | p_head, | |
p_it | |||
) |
#define LnkLst_Prepend | ( | p_head, | |
p_new | |||
) |
#define LnkLstT_Extract | ( | p_head, | |
p_tail, | |||
p_it | |||
) |
#define LnkLstT_Prepend | ( | p_head, | |
p_tail, | |||
p_new | |||
) |