Define PRINT_ERROR

Define Documentation

PRINT_ERROR(fmt, ...)

do {                            \

printf("[ ERROR ] ");         \

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

} while (0)