bglibs
|
#include <gstack.h>
Data Fields | |
struct gstack_node * | next |
char | data [0] |
Generic stack node.
char gstack_node::data[0] |
The data contained in the stack node.
Referenced by gstack_pop(), gstack_push(), and gstack_top().
struct gstack_node* gstack_node::next |
Pointer to the next element in the stack linked list.
Referenced by gstack_pop(), and gstack_push().