#include #include void log_write(const char *buf, size_t len) { tty_write(buf, len); }