block: don't put spaces around :
[ironout.git] / utils.h
blob1f59aeab147a5d12d00632ea3f80a29f2c855c9f
1 #ifndef _UTILS_H
2 #define _UTILS_H
4 #define LENGTH(vars) (sizeof(vars) / sizeof(vars[0]))
6 void *xmalloc(size_t size);
8 #endif