gisdbase.c

Go to the documentation of this file.
00001 /**********************************************************************
00002  *
00003  *   char *
00004  *   G_gisdbase()
00005  *
00006  *   returns:    pointer to string containing the base directory of
00007  *               GRASS-GRID data.
00008  **********************************************************************/
00009 
00010 #include "gis.h"
00011 
00012 
00024 char *
00025 G_gisdbase()
00026 {
00027     return G_getenv ("GISDBASE");
00028 }

Generated on Mon Jan 1 19:49:25 2007 for GRASS by  doxygen 1.5.1