cnoor: show sajda signs
[cnoor.git] / util.h
blobaee6dd96646f3ad7c015bb8973e0b3b8865e2a94
1 #ifndef _UTIL_H
2 #define _UTIL_H
4 #define LENGTH(vars) (sizeof(vars) / sizeof(vars[0]))
6 void *xmalloc(size_t size);
8 #endif