diff options
Diffstat (limited to 'unix/input.h')
-rw-r--r-- | unix/input.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/input.h b/unix/input.h deleted file mode 100644 index a76b87e64..000000000 --- a/unix/input.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 |