#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/stat.h>#include <grass/gis.h>#include "G.h"#include <grass/glocale.h>Include dependency graph for gisinit.c:

Go to the source code of this file.
Functions | |
| int | G_gisinit (const char *pgm) |
| int | G_no_gisinit (void) |
| int | G__check_gisinit (void) |
Variables | |
| G__ | G__ |
| int G__check_gisinit | ( | void | ) |
| int G_gisinit | ( | const char * | pgm | ) |
Definition at line 22 of file gisinit.c.
References G__mapset_permissions(), G_fatal_error(), G_location_path(), G_mapset(), and G_set_program_name().
1.5.1