doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
timeval.h File Reference
#include "setup.h"
#include <sys/time.h>

Go to the source code of this file.

Classes

struct  timeval
 

Functions

struct timeval Curl_tvnow (void)
 
long Curl_tvdiff (struct timeval t1, struct timeval t2)
 
long Curl_tvlong (struct timeval t1)
 

Function Documentation

long Curl_tvdiff ( struct timeval  t1,
struct timeval  t2 
)

Definition at line 92 of file timeval.c.

long Curl_tvlong ( struct timeval  t1)

Definition at line 98 of file timeval.c.

struct timeval Curl_tvnow ( void  )

Definition at line 81 of file timeval.c.