1 2 3 4 5 6 7
#ifndef _U_COMPILER_H_ #define _U_COMPILER_H_ #include "c99_compat.h" /* inline, __func__, etc. */ #include "util/macros.h" #endif /* _U_COMPILER_H_ */