The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Implementation of openMHA error handling. More...
Namespaces | |
mha_error_helpers | |
Functions | |
unsigned | mha_error_helpers::digits (unsigned n) |
Compute number of decimal digits required to represent an unsigned integer. More... | |
unsigned | mha_error_helpers::snprintf_required_length (const char *formatstring,...) |
snprintf_required_length Compute the number of bytes (excluding the terminating nul) required to store the result of an snprintf. More... | |
void | mha_debug (const char *fmt,...) |
Implementation of openMHA error handling.
This file forms a seperate library.
void mha_debug | ( | const char * | fmt, |
... | |||
) |