Define RCSW_ARRAY_ELTS

Define Documentation

RCSW_ARRAY_ELTS(arr)

Get the size of an array (NOT a pointer to an array) in units (not bytes).

Note

If you try this on arrays allocated dynamically (VLAs, heap,…) it will not work.