Home | History | Annotate | Download | only in util
      1 #ifndef LOCATION_LBS_CONTEXTHUB_NANOAPPS_UTIL_ARRAY_H_
      2 #define LOCATION_LBS_CONTEXTHUB_NANOAPPS_UTIL_ARRAY_H_
      3 
      4 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0]))
      5 
      6 #endif  // LOCATION_LBS_CONTEXTHUB_NANOAPPS_UTIL_ARRAY_H_
      7