X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Ffloat-format.h;h=b2af548f3986c0004b4ea34e7621639447e4bd40;hb=e588208caf725f595d63a07ddd2116331173e81d;hp=512975f3a7e579b9fdcf60524e93a68dfcaaab87;hpb=e570d24a8288851690db14199143d34e6d55a331;p=pspp-builds.git diff --git a/src/libpspp/float-format.h b/src/libpspp/float-format.h index 512975f3..b2af548f 100644 --- a/src/libpspp/float-format.h +++ b/src/libpspp/float-format.h @@ -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 */