#pragma once #include int kprintf(const char *fmt, ...); int ksprintf(char* buf, const char *fmt, ...);