#ifndef UTIL_H #define UTIL_H #define STATIC_ARRAY_LENGTH(a) (sizeof(a)/sizeof(a[0])) #endif