01dd7804b8
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
9 lines
206 B
C
9 lines
206 B
C
#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
|