Searched defs:array_length (Results 1 – 2 of 2) sorted by relevance
5 #define array_length(array) (sizeof(array) / sizeof(array[0])) macro