GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <grass/gis.h>
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 "."
char | *name file name to look for |
Definition at line 63 of file find_etc.c.