1 /*
2  *
3  *  test-packet-doubles.c
4  *
5  *  March 06, 2016 Yauheni Kaliuta
6  *
7  */
8 
9 #include <fidogate.h>
10 #include <time.h>
11 
12 int verbose;
13 
fglog(const char * fmt,...)14 void fglog(const char *fmt, ...)
15 {
16     return;
17 }
18 
debug(int lvl,const char * fmt,...)19 void debug(int lvl, const char *fmt, ...)
20 {
21     return;
22 }
23 
24