doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
timeval.c File Reference
#include "timeval.h"

Go to the source code of this file.

Functions

struct timeval Curl_tvnow (void)
 
long Curl_tvdiff (struct timeval newer, struct timeval older)
 
long Curl_tvlong (struct timeval t1)
 

Function Documentation

long Curl_tvdiff ( struct timeval  newer,
struct timeval  older 
)

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.