Define PRINT_INFO

Define Documentation

PRINT_INFO(fmt, ...)

do {                            \

printf("[ INFO ] ");          \

PRINTF((fmt), ##__VA_ARGS__); \

} while (0)