#include "gft_stack.h"
Namespaces | |
gft | |
Base namespace for common definitions and prototypes. | |
gft::Stack | |
Functions | |
Stack * | gft::Stack::Create (int n) |
void | gft::Stack::Destroy (Stack **S) |
void | gft::Stack::Push (Stack *S, int p) |
int | gft::Stack::Pop (Stack *S) |