Searched defs:NCI_PRINT (Results 1 – 1 of 1) sorted by relevance
171 #define NCI_PRINT(args) do { if (nci_log_level & NCI_LOG_LEVEL_PRINT) { printf args; } } while (0u) macro180 #define NCI_PRINT(args) do { if (nci_log_level & NCI_LOG_LEVEL_PRINT) \ macro