#ifndef UTIL_H #define UTIL_H #define ALWAYS_INLINE __attribute__((always_inline)) #define MAYBE_UNUSED __attribute__((unused)) #endif