• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <stdio.h>
2 
3 FILE *f_err;
4 struct timeval *fio_tv = NULL;
5 unsigned long fio_debug = 0;
6 
__dprint(int type,const char * str,...)7 void __dprint(int type, const char *str, ...)
8 {
9 }
10 
debug_init(void)11 void debug_init(void)
12 {
13 	f_err = stderr;
14 }
15