ethstream/util.h
2009-01-21 15:21:57 +00:00

7 lines
90 B
C

#ifndef UTIL_H
#define UTIL_H
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#endif