7 #define WRITE_ATT_FORMAT "%c %14s %14s %10d"
9 #define READ_ATT_FORMAT "%c %lf %lf %d"
14 #define ATT_TYPES "LAP"
51 int read_att(FILE *,
char *,
double *,
double *,
int *,
long *);
int atts_init(FILE *, struct atts_index *)
int read_att_struct(FILE *, struct attribute *)
int read_line_att(FILE *, struct atts_index *, struct attribute *, int)
int write_att(FILE *, char, double, double, int)
int read_area_att(FILE *, struct atts_index *, struct attribute *, int)
int write_att_line(FILE *, double *, double *, int, int)
int free_atts(struct atts_index *)
int write_att_struct(FILE *, struct attribute *)
int read_att(FILE *, char *, double *, double *, int *, long *)