local_proto.h 272 B

1234567891011121314
  1. #include <stdio.h>
  2. #include <grass/gis.h>
  3. #include <grass/raster.h>
  4. int check_ready(void);
  5. int adjcellhd(struct Cell_head *cellhd);
  6. void rdwr_gridatb(void);
  7. extern struct Cell_head cellhd;
  8. extern FCELL *cell;
  9. extern const char *file;
  10. extern const char *mapset, *oname;