mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-05 15:55:00 +00:00
6 lines
158 B
C
6 lines
158 B
C
void potato_uart_init(void);
|
|
int getchar(void);
|
|
void putchar(unsigned char c);
|
|
void putstr(const char *str, unsigned long len);
|
|
size_t strlen(const char *s);
|