source: tests/utils_tests.h @ 7e35b37

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 7e35b37 was 248da64, checked in by Paul Brossier <piem@piem.org>, 11 years ago

tests/src/io: improve examples

  • Property mode set to 100644
File size: 353 bytes
Line 
1#include <stdlib.h>
2#include <stdio.h>
3
4#define PRINT_ERR(format, args...)   fprintf(stderr, "AUBIO ERROR: " format , ##args)
5#define PRINT_MSG(format, args...)   fprintf(stdout, format , ##args)
6#define PRINT_DBG(format, args...)   fprintf(stderr, format , ##args)
7#define PRINT_WRN(...)               fprintf(stderr, "AUBIO WARNING: " format, ##args)
Note: See TracBrowser for help on using the repository browser.