This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
8e00844929
micropython
/
unix
/
input.h
4 wiersze
88 B
C
Czysty
Zwykły widok
Historia
Unescape
Escape
Add input command for unix
2014-05-07 14:15:00 +00: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
)
;