#include <grass/gis.h>
#include <grass/glocale.h>
#include <unistd.h>
#include <stdlib.h>
#include <grass/spawn.h>
Go to the source code of this file.
Defines | |
#define | GEN_HELP "gen_help" |
Functions | |
int | G_gishelp (const char *helpfile, const char *request) |
#define GEN_HELP "gen_help" |
Definition at line 33 of file gishelp.c.
Referenced by G_gishelp().
int G_gishelp | ( | const char * | helpfile, | |
const char * | request | |||
) |
Definition at line 35 of file gishelp.c.
References G_getenv(), G_spawn(), and GEN_HELP.