GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gisdbase.c
Go to the documentation of this file.
1 
16 #include <grass/gis.h>
17 
29 char *G_gisdbase(void)
30 {
31  return G_getenv("GISDBASE");
32 }