X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fformat.h;h=b720055575ebd47299c3f164bb06cd1dc79a9e53;hb=cbdfa35f7fb46948d1ee8aee7b7438cf1a5fd44c;hp=b5e7130a5d325a423a22a9975d4547890d824f20;hpb=c1629e9b28338e59f9e4c027f3792a9419840a2c;p=pspp diff --git a/src/data/format.h b/src/data/format.h index b5e7130a5d..b720055575 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -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 */