37 #ifndef SLLIST_INTERNAL_H
38 #define SLLIST_INTERNAL_H
Header file to ease portability.
#define BEGIN_C_DECLS
BEGIN_C_DECLS should be used at the beginning of declarations so that C++ compilers don't mangle thei...
Definition: portability.h:47
#define END_C_DECLS
Use END_C_DECLS at the end of C declarations.
Definition: portability.h:51
static BEGIN_C_DECLS void free_sll_node(struct sllistnode *currentnode)
Singly linked list header file.
Singly linked list node.
Definition: sllist.h:49