libclayer/include/errno.h

8 lines
150 B
C

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