local_proto.h 434 B

1234567891011121314151617
  1. #include <grass/vector.h>
  2. /* level1.c */
  3. int level_one_info(struct Map_info *);
  4. /* parse.c */
  5. void parse_args(int, char**,
  6. char **, char**,
  7. int *, int *, int *, int *, int *);
  8. /* print.c */
  9. void format_double(double, char *);
  10. void print_region(const struct Map_info *);
  11. void print_topo(const struct Map_info *);
  12. void print_columns(const struct Map_info *, const char *, const char *);
  13. void print_info(const struct Map_info *);