#include #include #include uint32_t sys_write(char *buf) { printf(buf); return strlen((const char *)buf); } uint32_t sys_writec(char ch) { writec(ch); return 0; }