QH_ARRAY_LENGTH
Convenience macro that determines the length (number of elements) of an array.
Definitions:
#define QH_ARRAY_LENGTH(__arr) (sizeof(__arr) / sizeof((__arr)[0]))
Page updated:
Convenience macro that determines the length (number of elements) of an array.
#define QH_ARRAY_LENGTH(__arr) (sizeof(__arr) / sizeof((__arr)[0]))