android_mt6572_jiabo/external/fio/t/debug.c
2025-09-05 16:56:03 +08:00

14 lines
187 B
C

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