Searched defs:NCI_INFO (Results 1 – 1 of 1) sorted by relevance
170 #define NCI_INFO(args) do { if (nci_log_level & NCI_LOG_LEVEL_INFO) { printf args; } } while (0u) macro178 #define NCI_INFO(args) do { if (nci_log_level & NCI_LOG_LEVEL_INFO) \ macro