/* rotate.c */ void rotate(double *, double *, double, double, double); /* write_grid.c */ int write_grid(struct grid_description *, struct Map_info *, int); int write_vect(double, double, double, double, struct Map_info *, struct line_pnts *);