blob: a76b87e6448004ed59168304a6a497583315c957 [file] [log] [blame]
#ifndef MICROPY_INCLUDED_UNIX_INPUT_H
#define MICROPY_INCLUDED_UNIX_INPUT_H
char *prompt(char *p);
void prompt_read_history(void);
void prompt_write_history(void);
#endif // MICROPY_INCLUDED_UNIX_INPUT_H