Searched defs:eprintf (Results 1 – 4 of 4) sorted by relevance
11 #define eprintf(...) fprintf(stderr, __VA_ARGS__) macro
51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro