Windows: Update the EULA year and add more examples to the installer
[fio.git] / t / debug.c
... / ...
CommitLineData
1#include <stdio.h>
2
3FILE *f_err;
4struct timeval *fio_tv = NULL;
5unsigned long fio_debug = 0;
6
7void __dprint(int type, const char *str, ...)
8{
9}
10
11void debug_init(void)
12{
13 f_err = stderr;
14}