Searched refs:mc_info (Results 1 – 2 of 2) sorted by relevance
29 extern void mc_info(const char *msg, ...);58 #define MC_INFO(x, ...) mc_info(x, ##__VA_ARGS__)64 #define MC_INFO(x, ...) if (0) mc_info(x, ##__VA_ARGS__)
72 void mc_info(const char *msg, ...) in mc_info() function