ctb_SNode_t * ctb_SNode_getNext(ctb_SNode_t *const self)
Returns the next node.
Definition ctb_SNode.c:11
ctb_SNode_t * ctb_SNode_init(ctb_SNode_t *const self)
Initializes a singly linked node.
Definition ctb_SNode.c:5
Singly linked node data structure.
Definition ctb_SNode.h:15
ctb_SNode_t * next
Definition ctb_SNode.h:16