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

Go to the source code of this file.
Defines | |
| #define | npush(a) pushdata( (char*)&a, sizeof ( a ) ) |
| #define | npop(a) popdata ( (char*)&a, sizeof ( a ) ) |
Functions | |
| void | pushdata (char *daten, int size) |
| void | popdata (char *daten, int size) |
| int | stackfree (void) |
Definition in file stack.h.
|
|
|
||||||||||||
|
Definition at line 70 of file stack.cpp. References magic, and pop_data(). |
|
||||||||||||
|
Definition at line 58 of file stack.cpp. References magic, push_data(), stackofs, stackpointer, and stacksize. |
|
|
|
1.4.2