Change some aspects of the PRINT, PRINT EJECT, and WRITE
[pspp-builds.git] / src / data / format.h
index b5e7130a5d325a423a22a9975d4547890d824f20..b720055575ebd47299c3f164bb06cd1dc79a9e53 100644 (file)
@@ -124,5 +124,6 @@ char *fmt_to_string (const struct fmt_spec *);
 void num_to_string (double v, char *s, int w, int d);
 struct fmt_spec make_input_format (int type, int w, int d);
 struct fmt_spec make_output_format (int type, int w, int d);
+bool fmt_is_binary (int type);
 
 #endif /* !format_h */