/[pspp]/pspp/src/format.h
ViewVC logotype

Diff of /pspp/src/format.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by jmd, Fri Apr 29 01:02:14 2005 UTC revision 1.10 by blp, Tue May 17 05:46:39 2005 UTC
# Line 104  enum fmt_parse_flags Line 104  enum fmt_parse_flags
104      FMTP_SUPPRESS_ERRORS = 002          /* 1=Do not emit error messages. */      FMTP_SUPPRESS_ERRORS = 002          /* 1=Do not emit error messages. */
105    };    };
106    
107    /* Common formats. */
108    extern const struct fmt_spec f8_2;      /* F8.2. */
109    
110  int parse_format_specifier (struct fmt_spec *input, enum fmt_parse_flags);  int parse_format_specifier (struct fmt_spec *input, enum fmt_parse_flags);
111  int parse_format_specifier_name (const char **cp, enum fmt_parse_flags);  int parse_format_specifier_name (const char **cp, enum fmt_parse_flags);
112  int check_input_specifier (const struct fmt_spec *spec, int emit_error);  int check_input_specifier (const struct fmt_spec *spec, int emit_error);
# Line 119  int translate_fmt (int spss); Line 122  int translate_fmt (int spss);
122  void data_out (char *s, const struct fmt_spec *fp, const union value *v);  void data_out (char *s, const struct fmt_spec *fp, const union value *v);
123  char *fmt_to_string (const struct fmt_spec *);  char *fmt_to_string (const struct fmt_spec *);
124  void num_to_string (double v, char *s, int w, int d);  void num_to_string (double v, char *s, int w, int d);
125    struct fmt_spec make_input_format (int type, int w, int d);
126    struct fmt_spec make_output_format (int type, int w, int d);
127    
128  #endif /* !format_h */  #endif /* !format_h */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26