Searched defs:ATOM_SDEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance
93 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__); debug_print_spaces(debug_dept… macro96 #define ATOM_SDEBUG_PRINT(...) do { } while (0) macro