|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "py/mpstate.h"#include "py/nlr.h"#include "py/obj.h"#include "py/runtime.h"#include "py/stackctrl.h"Go to the source code of this file.
Functions | |
| void | mp_stack_ctrl_init (void) |
| void | mp_stack_set_top (void *top) |
| mp_uint_t | mp_stack_usage (void) |
| void mp_stack_ctrl_init | ( | void | ) |
Definition at line 33 of file stackctrl.c.
| void mp_stack_set_top | ( | void * | top | ) |
Definition at line 38 of file stackctrl.c.
| mp_uint_t mp_stack_usage | ( | void | ) |
Definition at line 42 of file stackctrl.c.