ref: 6938a20076f6383268da0641675124f6cdff5411
dir: /tests/utils_tests.h/
#include <stdlib.h> #include <stdio.h> #define PRINT_ERR(format, args...) fprintf(stderr, "AUBIO ERROR: " format , ##args) #define PRINT_MSG(format, args...) fprintf(stdout, format , ##args) #define PRINT_DBG(format, args...) fprintf(stderr, format , ##args) #define PRINT_WRN(...) fprintf(stderr, "AUBIO WARNING: " format, ##args)