
Go to the source code of this file.
Defines | |
| #define | DEFINE_STACK(PREFIX, name, type) |
| #define | DEFINE_LOCAL_STACK(name, type) DEFINE_STACK(static, name, type) |
| the stack | |
| #define | DEFINE_GLOBAL_STACK(name, type) DEFINE_STACK(extern, name, type) |
Definition at line 94 of file newgen_generic_stack.h.
Definition at line 27 of file newgen_generic_stack.h.
1.6.2-20100208