libgpsfile  0.2.2
some useful C-functions
functions.h
Go to the documentation of this file.
1 /* kate: indent-mode cstyle; tab-width 6; indent-width 6; */
2 #ifndef XFUNCTION_H
3 #define XFUNCTION_H
4 
5 #include <time.h>
6 
7 struct timeval timeval_plus(struct timeval x, struct timeval y);
8 struct timeval timeval_diff(struct timeval x, struct timeval y);
9 struct timeval *gpx_time_to_timeval(const char *time_string);
10 
11 #endif /* XFUNCTION_H */
struct timeval * gpx_time_to_timeval(const char *time_string)
struct timeval timeval_diff(struct timeval x, struct timeval y)
struct timeval timeval_plus(struct timeval x, struct timeval y)