• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

gisbase.c

Go to the documentation of this file.
00001 
00002 /**********************************************************************
00003  *
00004  *   char *
00005  *   G_gisbase()
00006  *
00007  *   returns:    pointer to string containing the base directory of
00008  *               GRASS-GRID
00009  **********************************************************************/
00010 
00011 #include <grass/gis.h>
00012 
00013 
00042 char *G_gisbase(void)
00043 {
00044     return G_getenv("GISBASE");
00045 }

Generated on Thu Dec 9 2010 20:46:05 for GRASS Programmer's Manual by  doxygen 1.7.2