bglibs
Data Fields
gstack_node Struct Reference

#include <gstack.h>

Data Fields

struct gstack_nodenext
 
char data [0]
 

Detailed Description

Generic stack node.

Field Documentation

◆ data

char gstack_node::data[0]

The data contained in the stack node.

Referenced by gstack_pop(), gstack_push(), and gstack_top().

◆ next

struct gstack_node* gstack_node::next

Pointer to the next element in the stack linked list.

Referenced by gstack_pop(), and gstack_push().


The documentation for this struct was generated from the following file: