Allow users to set the precision of output statistics.
[pspp-builds.git] / src / data / format.h
index 15d13ef958d4e2c42b3a12c443bada7b0a946cf8..049ffc6fdc9f7d903af41dad566521f24d287d41 100644 (file)
@@ -164,4 +164,6 @@ int fmt_grouping_char (const struct fmt_number_style *, enum fmt_type);
 
 void fmt_set_decimal (struct fmt_number_style *, char);
 
+extern const struct fmt_spec F_8_0 ;
+
 #endif /* data/format.h */