PythonExtra/ports/unix/input.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
206 B
C
Raw Normal View History

#ifndef MICROPY_INCLUDED_UNIX_INPUT_H
#define MICROPY_INCLUDED_UNIX_INPUT_H
2014-05-07 16:15:00 +02:00
char *prompt(char *p);
void prompt_read_history(void);
void prompt_write_history(void);
#endif // MICROPY_INCLUDED_UNIX_INPUT_H