blob: 0c913368262a709c3e13ed51c049d5284659c0c5 [file] [log] [blame]
#include <stdio.h>
FILE *f_err;
void *fio_ts;
unsigned long fio_debug = 0;
void __dprint(int type, const char *str, ...)
{
}
void debug_init(void)
{
f_err = stderr;
}