bglibs
|
#include <gstack.h>
Data Fields | |
struct gstack_node * | head |
unsigned | count |
Generic stack structure.
unsigned gstack::count |
The number of items in the stack.
Referenced by gstack_pop(), and gstack_push().
struct gstack_node* gstack::head |
Pointer to the first item in the stack.
Referenced by gstack_pop(), gstack_push(), and gstack_top().