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
;
5
void
mp_hal_set_interrupt_char
(
int
c
);
6
void
mp_keyboard_interrupt
(
void
);
7
const
char
*
mp_hal_input
(
const
char
* prompt);
8
9
#endif
mp_keyboard_interrupt
void mp_keyboard_interrupt(void)
c
c(generic_all_nodes)
mp_interrupt_char
int mp_interrupt_char
mp_hal_set_interrupt_char
void mp_hal_set_interrupt_char(int c)
mp_hal_input
const char * mp_hal_input(const char *prompt)
Definition:
port.cpp:171
epsilon
python
port
mphalport.h
Generated by
1.8.14