Tor 0.4.9.8
Loading...
Searching...
No Matches
tor_gettimeofday.c File Reference

Implementat gettimeofday() for windows, and other platforms without it. More...

#include "orconfig.h"
#include "lib/err/torerr.h"
#include "lib/wallclock/tor_gettimeofday.h"
#include "lib/cc/torint.h"
#include <stddef.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void tor_gettimeofday (struct timeval *timeval)
 

Detailed Description

Implementat gettimeofday() for windows, and other platforms without it.

Definition in file tor_gettimeofday.c.

Function Documentation

◆ tor_gettimeofday()