libclayer/include/string.h

8 lines
152 B
C

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