smalloc: smalloc() already clears memory, scalloc() need not do it again
[fio.git] / t / debug.c
CommitLineData
9077ee4a
JA
1#include <stdio.h>
2
3FILE *f_err;
4struct timeval *fio_tv = NULL;
5unsigned int fio_debug = 0;
6
7void __dprint(int type, const char *str, ...)
8{
9}
10
11void debug_init(void)
12{
13 f_err = stderr;
14}