GRASS Programmer's Manual 6.4.1(2011)
gisdbase.c
Go to the documentation of this file.
00001 
00016 #include <grass/gis.h>
00017 
00029 char *G_gisdbase(void)
00030 {
00031     return G_getenv("GISDBASE");
00032 }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines