Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
299bc625864b9e624ed599c94a5f95870516139a
/
.
/
unix
/
input.h
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