33 va_start( arglist, format );
34 vfprintf(
stream, format, arglist );
43 va_start( arglist, format );
44 vprintf( format, arglist );
51 std::ostream &
dout = cout;
std::ofstream dev_null("/dev/null")
void Dfprintf(uint8_t level, FILE *stream, const char *format,...)
void bprintf(const char *format,...)
bool isNumeric(const std::string str)
Common utility functions headers, i.e. timing, printing wrappers.