WONKY



LOG | FILES | OVERVIEW


#ifndef GSTACK_HH
#define GSTACK_HH GSTACK_HH


struct Stack_Node;
struct Stack;

typedef struct Stack Stack;

#endif