Utility functions
- group utility
Utility functions
Defines
-
a_membersof(arr)
Get the number of elements in an array.
- Deprecated:
This macro does not do any additional type checking
See also
a_array_size for a type safe version of this macro.
- Parameters:
arr – An array
- Returns:
Number of elements in the array
-
a_membersof(arr)