DEBUGPRINT2


in genUtil.h


#define DEBUGPRINT2(x,x1,x2) fprintf(stderr,x,x1,x2);fflush(stderr);