libgpsfile  0.2.2
some useful C-functions
functions.h File Reference
#include <time.h>
Include dependency graph for functions.h:

Go to the source code of this file.

Functions

struct timeval timeval_plus (struct timeval x, struct timeval y)
 
struct timeval timeval_diff (struct timeval x, struct timeval y)
 
struct timeval * gpx_time_to_timeval (const char *time_string)
 

Function Documentation

◆ gpx_time_to_timeval()

struct timeval* gpx_time_to_timeval ( const char *  time_string)

◆ timeval_diff()

struct timeval timeval_diff ( struct timeval  x,
struct timeval  y 
)

◆ timeval_plus()

struct timeval timeval_plus ( struct timeval  x,
struct timeval  y 
)