FreeTDS API
freetds-1.1.24
include
freetds
time.h
1
#if TIME_WITH_SYS_TIME
2
# include <sys/time.h>
3
# include <time.h>
4
#else
5
# if HAVE_SYS_TIME_H
6
# include <sys/time.h>
7
# else
8
# include <time.h>
9
# endif
10
#endif
11
Generated by
1.8.17