aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/utils.h
blob: 198f45a97a8f9c1dfde948963f2a3c9b9d76db2c (plain)
1
2
3
4
5
6
#ifndef OSMOCORE_UTIL_H
#define OSMOCORE_UTIL_H

#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))

#endif