#include <winsock2.h>#include <sys/timeb.h>#include <time.h>Go to the source code of this file.
Macros | |
| #define | timegm _mkgmtime |
Functions | |
| int | gettimeofday (struct timeval *tv, struct timezone *tz) |
Macro Definition Documentation
| #define timegm _mkgmtime |
Definition at line 64 of file timesupport.h.
Function Documentation
| int gettimeofday | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
This file contain the Windows time support functions
- Examples:
- net/ipfdemo/ipfdemo_example.c, and pps/pps_example.c.
Referenced by GetSystemTimeNoArg(), main(), and PpsGetOsTime().