Numworks Epsilon  1.4.1
Graphing Calculator Operating System
mphalport.h
Go to the documentation of this file.
1 #ifndef PYTHON_MPHALPORT_H
2 #define PYTHON_MPHALPORT_H
3 
4 extern int mp_interrupt_char;
6 void mp_keyboard_interrupt(void);
7 const char * mp_hal_input(const char * prompt);
8 
9 #endif
void mp_keyboard_interrupt(void)
c(generic_all_nodes)
int mp_interrupt_char
void mp_hal_set_interrupt_char(int c)
const char * mp_hal_input(const char *prompt)
Definition: port.cpp:171