gstack_node Struct Reference
[adt gstack: Generic simple stack.]

#include <gstack.h>


Data Fields

struct gstack_nodenext
char data [0]


Detailed Description

Generic stack node.

Field Documentation

struct gstack_node* gstack_node::next [read]

Pointer to the next element in the stack linked list.

char gstack_node::data[0]

The data contained in the stack node.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 19 11:11:50 2009 for bglibs by  doxygen 1.5.4