1 2 3 4 5 6 7 8 9 10
#ifndef __JIN_UTILS_H #define __JIN_UTILS_H #include "macros.h" #include "endian.h" #define UNITTEST 1 #endif