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

Go to the source code of this file.
Functions | |
| const char * | G_program_name (void) |
| return module name | |
| int | G_set_program_name (const char *s) |
| const char* G_program_name | ( | void | ) |
return module name
Routine returns the name of the module as set by the call to G_gisinit.
| ~ |
Definition at line 32 of file progrm_nme.c.
References name.
Referenced by G_done_msg(), G_recreate_command(), G_short_history(), and G_usage().
| int G_set_program_name | ( | const char * | s | ) |
Definition at line 37 of file progrm_nme.c.
References G_store(), and name.
Referenced by G_gisinit().
1.5.5