quran: report if open or mmap fails
[cnoor.git] / util.h
blobd14979aa200f6546e73099dca6bcf5be0fc442ac
1 #ifndef _UTIL_H
2 #define _UTIL_H
4 #define LENGTH(vars) (sizeof(vars) / sizeof(vars[0]))
6 void *xmalloc(size_t size);
7 void *xerror(char *errmsg);
9 #endif