#include <stack.h>
Data Fields | |
| size_t | size |
| void * | area |
| size_t Stack_Control::size |
This is the stack size.
Referenced by _Stack_Initialize().
| void* Stack_Control::area |
This is the low memory address of stack.
Referenced by _Stack_Initialize().
1.5.6