Files
Core2forAWS-MicroPython/py/repl.h
T

4 lines
92 B
C
Raw Normal View History

#if MICROPY_ENABLE_REPL_HELPERS
bool mp_repl_continue_with_input(const char *input);
#endif