local_proto.h 185 B

12345678
  1. #include <grass/raster.h>
  2. /* fancy.c */
  3. void fancy(struct Cell_head *, struct Categories *, FILE *);
  4. /* normal.c */
  5. void normal(struct Cell_head *, struct Categories *, int, FILE *);