This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
efa206d955
micropython
/
unix
/
input.h
4 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Add input command for unix
2014-05-07 15:15:00 +01:00
char
*
prompt
(
char
*
p
)
;
unix: Support readline history saving to file, improves interactive usage.
2015-03-13 07:45:42 +00:00
void
prompt_read_history
(
void
)
;
void
prompt_write_history
(
void
)
;