#define DEBUG(fmt,expr) \ fprintf(stderr, "DEBUG: " __FILE__ ":%d - " #expr " = [" #fmt "]\n", __LINE__, expr);