GRASS GIS 7 Programmer's Manual  7.0.4(2016)-r00000
gisdbase.c
Go to the documentation of this file.
1 
16 #include <grass/gis.h>
17 
26 const char *G_gisdbase(void)
27 {
28  return G_getenv("GISDBASE");
29 }
const char * G_gisdbase(void)
Get name of top level database directory.
Definition: gisdbase.c:26
const char * G_getenv(const char *name)
Get environment variable.
Definition: env.c:336