|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|

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 62 of file find_etc.c.