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