Mercurial > hg > fxanalyse
view future.h @ 90:c9aec93005a4
Cleanup log file data provider
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 22 Mar 2013 18:49:58 +0100 |
parents | be814b934eca |
children | 4102fe614df2 |
line wrap: on
line source
double round(double x); typedef long int suseconds_t; struct timeval { time_t tv_sec; /* seconds since 1970-01-01 */ suseconds_t tv_usec; /* microseconds */ }; struct timezone { int tz_minuteswest; int tz_dsttime; }; int gettimeofday(struct timeval *tp, struct timezone *tzp); struct tm * gmtime_r(time_t const *t, struct tm *tp);