#ifndef PLACEHOLDER_H #define PLACEHOLDER_H #include #define NOT_IMPLEMENTED \ OSPanic(__FILE__, __LINE__, "%s is not implemented!", __func__) #endif