Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "py/mpconfig.h"
Go to the source code of this file.
Macros | |
#define | mp_stack_set_limit(limit) |
#define | MP_STACK_CHECK() |
Functions | |
void | mp_stack_ctrl_init (void) |
void | mp_stack_set_top (void *top) |
mp_uint_t | mp_stack_usage (void) |
#define MP_STACK_CHECK | ( | ) |
Definition at line 44 of file stackctrl.h.
#define mp_stack_set_limit | ( | limit | ) |
Definition at line 43 of file stackctrl.h.
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.