Next: sll_tail, Previous: sll_search_node, Up: Singly Linked Lists
Get the size of a node.
#include <linklist/linklist.h>size_t sll_sizeof_node(void);
This routine returns the size of the internal structure used for each node. This does not include user supplied data. Please note that this is a function call, not a macro!