Sign in
android
/
device
/
google
/
contexthub
/
fe490db9e8f8dde6edc527664efb4a1cf6c328b9
/
.
/
firmware
/
os
/
algos
/
util
/
array.h
blob: 9658be44621eb3a2a2137d599072ac637cfd30e6 [
file
] [
log
] [
blame
]
#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_