You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py: Allow to compile with -Wstrict-prototypes.
This commit is contained in:
@@ -34,5 +34,5 @@ void readline_init0(void);
|
||||
int readline(vstr_t *line, const char *prompt);
|
||||
|
||||
void readline_init(vstr_t *line);
|
||||
void readline_note_newline();
|
||||
void readline_note_newline(void);
|
||||
int readline_process_char(int c);
|
||||
|
||||
Reference in New Issue
Block a user