malo_debug 56 dev/ic/malo.c #define DPRINTF(x) do { if (malo_debug > 0) printf x; } while (0) malo_debug 57 dev/ic/malo.c #define DPRINTFN(n, x) do { if (malo_debug >= (n)) printf x; } while (0) malo_debug 58 dev/ic/malo.c int malo_debug = 1; malo_debug 343 dev/ic/malo.c if (malo_debug > 2)