Searched refs:arr (Results 1 – 1 of 1) sorted by relevance
102 #define foreach_arr(i, arr) for(int i = 0; i < ARRAY_SIZE(arr); ++i) argument