14 lines
188 B
C
14 lines
188 B
C
#include <stdio.h>
|
|
|
|
FILE *f_err;
|
|
struct timeval *fio_tv = NULL;
|
|
unsigned long fio_debug = 0;
|
|
|
|
void __dprint(int type, const char *str, ...)
|
|
{
|
|
}
|
|
|
|
void debug_init(void)
|
|
{
|
|
f_err = stderr;
|
|
}
|