FastLED 3.9.15
Loading...
Searching...
No Matches

◆ NSGIF_ARRAY_LEN

#define NSGIF_ARRAY_LEN ( _a)
Value:
((sizeof(_a)) / (sizeof(*_a)))

Helper macro to get number of elements in an array.

Parameters
[in]_aArray to count elements of.
Returns
NUlber of elements in array.

Definition at line 145 of file gif.cpp.hpp.

Referenced by fl::third_party::nsgif_str_disposal(), and fl::third_party::nsgif_strerror().