Define PRINTF

Define Documentation

PRINTF(fmt, ...)

do {                            \

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

} while (0)