#include <stdlib.h>Include dependency graph for stack.c:

Go to the source code of this file.
Classes | |
| struct | node |
Functions | |
| void | stackinit_ () |
| void | push_ (int *p) |
| void | pop_ (int *x) |
| void | stackempty_ (int *i) |
| void | stackflush_ () |
Variables | |
| static struct node * | head |
| static struct node * | z |
| static struct node * | t |
|
|
Definition at line 27 of file stack.c. References node::key, and node::next. |
|
|
Definition at line 17 of file stack.c. References node::next. |
|
|
Definition at line 35 of file stack.c. References node::next. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 6 of file stack.c. Referenced by _LinearInterpolator_Build(), cdvda(), cdvda_debug(), cdvdaf(), cvolume(), cvolumeb(), cvolumebj(), cvolumef(), and d3tensor(). |
|
|
|