DumpNode
Prints contents of a node.
Synopsis
void DumpNode (const Node *node, const char *banner)
Description
This function prints out the contents of a Node structure for debugging purposes.
Arguments
- node
- The node to print.
- banner
- Descriptive text to print before the node contents. May be NULL.
Implementation
Convenience call implemented in clib.lib V24.
Associated Files
- list.h
- ANSI C Prototype
- clib.lib
- ARM Link Library