libclayer/include/inttypes.h

8 lines
156 B
C
Raw Normal View History

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