Searched refs:ural_debug (Results 1 – 1 of 1) sorted by relevance
59 #define DPRINTF(x) do { if (ural_debug) printf x; } while (0)60 #define DPRINTFN(n, x) do { if (ural_debug >= (n)) printf x; } while (0)61 int ural_debug = 0; variable