PLplot
5.13.0
|
Go to the source code of this file.
Macros | |
#define | STACK_NSTART 50 |
#define | STACK_NINC 50 |
Functions | |
static void | istack_init (istack *s) |
istack * | istack_create () |
void | istack_reset (istack *s) |
int | istack_contains (istack *s, int v) |
void | istack_push (istack *s, int v) |
int | istack_pop (istack *s) |
void | istack_destroy (istack *s) |