This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | stack |
Defines | |
#define | sp_Pop(theStack, a) sp__Pop(theStack, &(a)) |
#define | sp_Pop2(theStack, a, b) sp__Pop2(theStack, &(a), &(b)) |
Typedefs | |
typedef stack * | stackP |
Functions | |
stackP | sp_New (int) |
void | sp_Free (stackP *) |
int | sp_Copy (stackP, stackP) |
int | sp_ClearStack (stackP) |
int | sp_IsEmpty (stackP) |
int | sp_NonEmpty (stackP) |
int | sp_Push (stackP, int) |
int | sp_Push2 (stackP, int, int) |
int | sp__Pop (stackP, int *) |
int | sp__Pop2 (stackP, int *, int *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|