#include <stdlib.h>#include <string.h>#include <grass/gis.h>#include <grass/glocale.h>

Go to the source code of this file.
Functions | |
| char * | G_home () |
| user's home directory | |
| char * | G__home () |
| char* G__home | ( | ) |
| char* G_home | ( | ) |
user's home directory
Returns a pointer to a string which is the full path name of the user's home directory.
| ~ |
user's home directory
Returns a pointer to a string which is the full path name of the user's home directory.
| ~ |
Definition at line 33 of file home.c.
References G__home(), and G_fatal_error().
1.5.5