1 2 3 4 5 6 7 8 9
#ifndef PLACEHOLDER_H #define PLACEHOLDER_H #include <os.h> #define NOT_IMPLEMENTED \ OSPanic(__FILE__, __LINE__, "%s is not implemented!", __func__) #endif