CARB_COUNTOF32
Defined in carb/Defines.h
-
CARB_COUNTOF32(a)
Returns the count of an array as a
uint32_t
at compile time.- Parameters
a – The array to count.
- Returns
The number of elements in
a
.
Defined in carb/Defines.h
Returns the count of an array as a uint32_t
at compile time.
a – The array to count.
The number of elements in a
.