#include #include #include void fputc(FILE *stream, char c) { (void)stream; // TODO: manage stream uart_out(c); tty_out(c); }