#include "library.h" #include "os/driver/usart.h" void puts(const char *s) { usart_tx_write_string(s); }