pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/format.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/format.h
Date: Tue, 17 May 2005 01:46:46 -0400

Index: pspp/src/format.h
diff -u pspp/src/format.h:1.9 pspp/src/format.h:1.10
--- pspp/src/format.h:1.9       Fri Apr 29 01:02:14 2005
+++ pspp/src/format.h   Tue May 17 05:46:39 2005
@@ -104,6 +104,9 @@
     FMTP_SUPPRESS_ERRORS = 002          /* 1=Do not emit error messages. */
   };
 
+/* Common formats. */
+extern const struct fmt_spec f8_2;      /* F8.2. */
+
 int parse_format_specifier (struct fmt_spec *input, enum fmt_parse_flags);
 int parse_format_specifier_name (const char **cp, enum fmt_parse_flags);
 int check_input_specifier (const struct fmt_spec *spec, int emit_error);
@@ -119,5 +122,7 @@
 void 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);
+struct fmt_spec make_output_format (int type, int w, int d);
 
 #endif /* !format_h */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]