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

7 lines
150 B
C

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