if end % step == 0 we should still fetch a full step ... no need
[rrdtool.git] / src / rrd_nan_inf.h
1 #define DNAN          set_to_DNAN()
2 #define DINF          set_to_DINF()
3
4 double set_to_DNAN(void);
5 double set_to_DINF(void);