PLplot
5.13.0
|
Go to the source code of this file.
Classes | |
struct | istack |
Functions | |
int | istack_contains (istack *s, int v) |
istack * | istack_create (void) |
void | istack_destroy (istack *s) |
void | istack_push (istack *s, int v) |
int | istack_pop (istack *s) |
void | istack_reset (istack *s) |