1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-06 10:56:10 -05:00
libclayer/include/string.h

7 lines
152 B
C

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