blob: a76b87e6448004ed59168304a6a497583315c957 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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
|