GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
char * | G_find_etc (const char *name) |
searches for a file from the etc search list in GRASS_ADDON_ETC returns the full path to where the file was found. More... | |
char* G_find_etc | ( | const char * | name | ) |
searches for a file from the etc search list in GRASS_ADDON_ETC returns the full path to where the file was found.
note: rejects all names that begin with "."
name | file name to look for |
Definition at line 63 of file find_etc.c.