23 #include <grass/gis.h>
char * G_find_cell2(const char *name, const char *mapset)
find a raster map (look but don't touch)
char * G_find_cell(char *name, const char *mapset)
find a raster map
char * G_find_file2(const char *element, const char *name, const char *mapset)
searches for a file from the mapset search list or in a specified mapset. (look but don't touch) retu...
char * G_find_file(const char *element, char *name, const char *mapset)
searches for a file from the mapset search list or in a specified mapset. returns the mapset name whe...