aboutsummaryrefslogtreecommitdiff
path: root/utils.h
blob: 2ac39f7760bc85783fd008503ff76b8b36658e5c (plain)
1
2
3
4
5
6
#ifndef UTILS_H
#define UTILS_H 1

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

#endif