9 lines
123 B
C
9 lines
123 B
C
|
#ifndef READLINE_APP_H
|
||
|
#define READLINE_APP_H
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool uart_getc(char *c);
|
||
|
|
||
|
#endif /* READLINE_APP_H */
|