#ifndef UTILS_H #define UTILS_H 1 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) #endif