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