#define NextLink(node) ((node)?(node)->next:NULL)
sack_types.h
Go to the next node with links declared by DeclareLink
Macros