#define DEBUG(x) printf ("%s in file: %s at line: %d\n", (x), __FILE__, __LINE__)
#define STATINFO(x) printf ("%s\n", (x))

