#include <stdlib.h>#include "gis.h"#include "glocale.h"Include dependency graph for home.c:

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 32 of file home.c.
References G__home(), and G_fatal_error().
1.4.7