PLplot 5.15.0
Loading...
Searching...
No Matches
istack.h File Reference

Go to the source code of this file.

Classes

struct  istack

Functions

int istack_contains (istack *s, int v)
istackistack_create (void)
void istack_destroy (istack *s)
void istack_push (istack *s, int v)
int istack_pop (istack *s)
void istack_reset (istack *s)

Function Documentation

◆ istack_contains()

int istack_contains ( istack * s,
int v )

Definition at line 45 of file istack.c.

◆ istack_create()

istack * istack_create ( void )

Definition at line 32 of file istack.c.

◆ istack_destroy()

void istack_destroy ( istack * s)

Definition at line 73 of file istack.c.

◆ istack_pop()

int istack_pop ( istack * s)

Definition at line 67 of file istack.c.

◆ istack_push()

void istack_push ( istack * s,
int v )

Definition at line 55 of file istack.c.

◆ istack_reset()

void istack_reset ( istack * s)

Definition at line 40 of file istack.c.