libclayer/include/stdlib.h

8 lines
152 B
C

#ifdef LIBCLAYER_NOPREFIX
#include <libclayer/stdlib.h>
#else
#define LIBCLAYER_NOPREFIX
#include <libclayer/stdlib.h>
#undef LIBCLAYER_NOPREFIX
#endif