#define err(cond) do { \
if (cond) { \
error("Error: %s (%s:%d)", #cond, __FILE__, __LINE__); \
} \
} while(0)

Во чо сделал