2016-01-24 00:02:27 +01:00

7 lines
101 B
C

#ifndef READLINE_APP_H
#define READLINE_APP_H
bool uart_getc(char *c);
#endif /* READLINE_APP_H */