#include #include #define D if(debug == 1) fprint void main(int, char **) { int debug = 1, i = 1; /* Is it possible to move the 2 fd argument below into the macro */ D(2, "testing debug: %d, i: %d\n", debug, i); exits(nil); }