1 2 3 4 5
#pragma once int kprintf(const char *fmt, ...); int ksprintf(char* buf, const char *fmt, ...);