readline.h 101 B

123456
  1. #ifndef READLINE_APP_H
  2. #define READLINE_APP_H
  3. bool uart_getc(char *c);
  4. #endif /* READLINE_APP_H */