Searched refs:fmt (Results 1 – 1 of 1) sorted by relevance
10 #define ERROR(fmt,args...) \ argument12 fprintf(stderr, "%s:%d: ERROR: " fmt, \17 #define DEBUG(fmt,args...) \ argument18 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0)