C++程序  |  15行  |  188 B

#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;
}