libclayer/include/errno.h

8 lines
150 B
C
Raw Permalink Normal View History

2022-12-27 09:05:30 +00:00
#ifdef LIBCLAYER_NOPREFIX
#include <libclayer/errno.h>
#else
#define LIBCLAYER_NOPREFIX
#include <libclayer/errno.h>
#undef LIBCLAYER_NOPREFIX
2022-12-25 08:58:00 +00:00
#endif