GRU - Generic Reusable Utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
getimeofday.h File Reference
#include <stdint.h>
#include <windows.h>

Go to the source code of this file.

Functions

int gettimeofday (struct timeval *tp, struct timezone *tzp)
 This is a getimeofday implementation modified from http://stackoverflow.com/questions/10905892/equivalent-of-gettimeday-for-windows. More...
 

Function Documentation

int gettimeofday ( struct timeval *  tp,
struct timezone *  tzp 
)

This is a getimeofday implementation modified from http://stackoverflow.com/questions/10905892/equivalent-of-gettimeday-for-windows.

This is a getimeofday implementation modified from http://stackoverflow.com/questions/10905892/equivalent-of-gettimeday-for-windows.

See the header for references