GRU - Generic Reusable Utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
getimeofday.c File Reference
#include "getimeofday.h"

Functions

int gettimeofday (struct timeval *tp, struct timezone *tzp)
 Modified version from multiple sources found on internet. More...
 

Function Documentation

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