#include <time.h>
#include <sys/timeb.h>
Go to the source code of this file.
◆ _GETTIMEOFDAY_DEFINED
◆ _TIMEVAL_DEFINED
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.
Definition at line 18 of file time.h.
◆ _TIMEZONE_DEFINED
◆ timerclear
#define timerclear |
( |
|
tvp | ) |
(tvp)->tv_sec = (tvp)->tv_usec = 0 |
◆ timercmp
Value: (((tvp)->tv_sec != (uvp)->tv_sec) ? \
((tvp)->tv_sec
cmp (uvp)->tv_sec) : \
((tvp)->tv_usec
cmp (uvp)->tv_usec))
#define cmp(status, error)
Definition at line 24 of file time.h.
◆ timerisset
#define timerisset |
( |
|
tvp | ) |
((tvp)->tv_sec || (tvp)->tv_usec) |
◆ gettimeofday()
◆ mingw_gettimeofday()