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