This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MAX_ELEMENTS 1024 |
Functions | |
| static void | dpush (long data) |
| static long | dpop (void) |
| static long | dget (void) |
| int | init_stack (void) |
| u8 * | get_stackstring (void) |
Variables | |
| long * | dstack |
| long * | startdstack |
|
|
Definition at line 31 of file stack.h. Referenced by init_stack(). |
|
|
Definition at line 41 of file stack.h. References dstack. |
|
|
Definition at line 40 of file stack.h. References dstack. |
|
|
Definition at line 39 of file stack.h. References dstack. |
|
|
Definition at line 101 of file stack.c. Here is the call graph for this function: ![]() |
|
|
Definition at line 48 of file stack.c. References dstack, enddstack, MAX_ELEMENTS, and startdstack. Referenced by main(). |
|
|
Definition at line 43 of file stack.c. Referenced by dget(), dpop(), dpush(), and init_stack(). |
|
|
Definition at line 43 of file stack.c. Referenced by dpush(), and init_stack(). |
1.4.4