GRU - Generic Reusable Utilities
|
#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... | |
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