#include "dev/uart0.h" #include int putchar(int c) { uart0_writeb((char)c); return c; }