Go to the documentation of this file.
11 #ifndef __GET_TIME_OF_DAY_H
12 #define __GET_TIME_OF_DAY_H
14 #if defined(_WIN32) && !defined(__GNUC__) &&!defined(__GCCXML__)
22 #if defined(WINDOWS_STORE_RT)
29 int gettimeofday(
struct timeval *tv,
struct timezone *tz);