Optionally output date with each debug line

This commit is contained in:
Andreas Eversberg
2021-09-13 17:23:21 +02:00
parent 1dff336ea2
commit 17908076a9
4 changed files with 31 additions and 10 deletions

View File

@@ -60,6 +60,7 @@ void _printdebug(const char *file, const char *function, int line, int cat, int
const char *debug_amplitude(double level);
const char *debug_db(double level_db);
void debug_print_help(void);
void debug_list_cat(void);
int parse_debug_opt(const char *opt);