make sure we check input even when the previous update was a 'U' ... and some indenti...
[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(
5     void);
6 double    set_to_DINF(
7     void);