6 lines
139 B
C
6 lines
139 B
C
|
void pyexec_raw_repl(void);
|
||
|
void pyexec_repl(void);
|
||
|
bool pyexec_file(const char *filename);
|
||
|
|
||
|
mp_obj_t pyb_set_repl_info(mp_obj_t o_value);
|