#include "getimeofday.h"
Functions | |
int | gettimeofday (struct timeval *tp, struct timezone *tzp) |
Modified version from multiple sources found on internet. |
int gettimeofday | ( | struct timeval * | tp, | |
struct timezone * | tzp | |||
) |
Modified version from multiple sources found on internet.
This is a getimeofday implementation modified from http://stackoverflow.com/questions/10905892/equivalent-of-gettimeday-for-windows.
See the header for references