/* -------------------------------------------------------
FUNCTION COUNT_NODES: Just display the counter we've been
keeping.
-------------------------------------------------------- */
void count_nodes(void)
{
printf("\n\tThere are %u nodes in the list\n",
nodes_in_use);
}
/* End of File */