#include #include #include int main(void) { int r; struct timeval tv; struct timezone tz; r = gettimeofday(&tv, 0); assert(r == 0); return 0; }