X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fformat.h;h=1f6f3fb993b8bed51f7fbc84eefae64af729f0d6;hb=f3cf52b51e6d89e94190de22b1fa813e8d3746f7;hp=988c8f8c6ae982941954de882d346b7a2c6b4a9b;hpb=4de79b34b329d1da6cdeb145993d3efd911e2967;p=pspp diff --git a/src/format.h b/src/format.h index 988c8f8c6a..1f6f3fb993 100644 --- a/src/format.h +++ b/src/format.h @@ -119,7 +119,7 @@ int get_format_var_width (const struct fmt_spec *); int parse_string_as_format (const char *s, int len, const struct fmt_spec *fp, int fc, union value *v); int translate_fmt (int spss); -void data_out (char *s, const struct fmt_spec *fp, const union value *v); +bool data_out (char *s, const struct fmt_spec *fp, const union value *v); 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);