device/google/contexthub/firmware/os/algos/util/array.h

7 lines
223 B
C
Raw Normal View History

2025-08-25 08:28:21 +08:00
#ifndef LOCATION_LBS_CONTEXTHUB_NANOAPPS_UTIL_ARRAY_H_
#define LOCATION_LBS_CONTEXTHUB_NANOAPPS_UTIL_ARRAY_H_
#define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0]))
#endif // LOCATION_LBS_CONTEXTHUB_NANOAPPS_UTIL_ARRAY_H_