Allow users to set the precision of output statistics.
[pspp-builds.git] / src / data / format.c
index ecf4148752a49368f001def194604d8796389d89..aa8723482840dfb05a53057987a5d564d896c59d 100644 (file)
@@ -978,3 +978,5 @@ get_fmt_desc (enum fmt_type type)
   assert (is_fmt_type (type));
   return &formats[type];
 }
+
+const struct fmt_spec F_8_0 = {FMT_F, 8, 0};