Next: , Previous: sll_search_node, Up: Singly Linked Lists


3.1.29 sll_sizeof_node

Get the size of a node.

Synopsis

     #include <linklist/linklist.h>
     
     
     
size_t sll_sizeof_node(void);

Description

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!