viewlist

This command provides a convenient way to view any number of elements of a linked list. Its usage is:

viewlist structptr nextptr [links]

Where structptr is the name of the linked list head, nextptr is the name of the element of the structure that points to the next link, and links is the maximum number of links to follow. See "viewlist".

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.