#ifndef IO_H #define IO_H #include int vkprintf(const char *fmt, va_list args); int kprintf(const char *fmt, ...); #endif