#include #include #include uint32_t sys_putch(char ch) { putch(ch); return 0; }