1 2 3 4 5 6 7 8 9
#ifndef __JE_UTILS_H #define __JE_UTILS_H #include "je_macros.h" #include "je_endian.h" #define UNITTEST 0 #endif