Mercurial > hg > fxanalyse
diff future.h @ 91:4102fe614df2
Fix timestamping. Cleanup data providers
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 22 Mar 2013 16:32:15 +0100 |
parents | be814b934eca |
children | b955e35c07ae |
line wrap: on
line diff
--- a/future.h Fri Mar 22 18:49:58 2013 +0100 +++ b/future.h Fri Mar 22 16:32:15 2013 +0100 @@ -1,3 +1,8 @@ +#ifndef __FUTURE_H__ +#define __FUTURE_H__ + +#include <ansi_c.h> + double round(double x); typedef long int suseconds_t; @@ -14,4 +19,4 @@ int gettimeofday(struct timeval *tp, struct timezone *tzp); -struct tm * gmtime_r(time_t const *t, struct tm *tp); +#endif