1 2 3 4 5 6 7 8
#pragma once #include <AK/Compiler.h> int dbgprintf(const char *fmt, ...); int kprintf(const char *fmt, ...); int ksprintf(char* buf, const char *fmt, ...);