Next: , Previous: dll_search_node, Up: Doubly Linked Lists


3.2.29 dll_sizeof_node

Get the size of a node.

Synopsis

     #include <linklist/linklist.h>
     
     
     
size_t dll_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!.