Searched refs:ARR_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #ifndef ARR_SIZE55 #define ARR_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro