Loopp/src/unitTests/test_debug.hxx

11 lines
140 B
C++

struct OUTPUT {
int warnLevel;
const char *name;
const char *file;
const char *func;
int line;
const char *format;
void
reset();
};