magic-elimination.patch from patch #6230.
[pspp-builds.git] / src / libpspp / float-format.h
index 512975f3a7e579b9fdcf60524e93a68dfcaaab87..b2af548f3986c0004b4ea34e7621639447e4bd40 100644 (file)
@@ -66,4 +66,6 @@ size_t float_get_size (enum float_format) PURE_FUNCTION;
 int float_identify (double expected_value, const void *, size_t,
                     enum float_format *best_guess);
 
+double float_get_lowest (void);
+
 #endif /* float-format.h */