Next: dll_tail, Previous: dll_search_node, Up: Doubly Linked Lists
Get the size of a node.
#include <linklist/linklist.h>size_t dll_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!.