/[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.11 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.12 by jmd, Sat Nov 26 22:49:57 2005 UTC
# Line 119  int get_format_var_width (const struct f Line 119  int get_format_var_width (const struct f
119  int parse_string_as_format (const char *s, int len, const struct fmt_spec *fp,  int parse_string_as_format (const char *s, int len, const struct fmt_spec *fp,
120                              int fc, union value *v);                              int fc, union value *v);
121  int translate_fmt (int spss);  int translate_fmt (int spss);
122  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);
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);  struct fmt_spec make_input_format (int type, int w, int d);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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