#ifndef KMSG_H #define KMSG_H #include void kmsg_ok(char* format, ...); void kmsg_warn(char* format, ...); void kmsg_fail(char* format, ...); #endif