GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gem/main.c File Reference
#include <getopt.h>
#include <fcntl.h>
#include "globals.h"
Include dependency graph for gem/main.c:

Go to the source code of this file.

Macros

#define LOCAL

Functions

void show_help (void)
void show_details (char *package)
void show_license (char *package)
void show_version (void)
void get_configure_options (char *gisbase)
int main (int argc, char *argv[])

Macro Definition Documentation

#define LOCAL

Definition at line 144 of file gem/main.c.


Function Documentation

void get_configure_options ( char *  gisbase)

Definition at line 274 of file gem/main.c.

References CONFIG_OPTS, MAXSTR, nc_fgets_nb(), NULL, and print_warning().

void show_details ( char *  package)

Definition at line 213 of file gem/main.c.

References basename(), dump_ascii(), ERR_NO_ACCESS_EXT, errno, MAXSTR, and print_error().

Referenced by main().

void show_help ( void  )

Definition at line 148 of file gem/main.c.

Referenced by main().

void show_license ( char *  package)

Definition at line 236 of file gem/main.c.

References basename(), dump_ascii(), ERR_NO_ACCESS_EXT, errno, MAXSTR, and print_error().

Referenced by main().

void show_version ( void  )

Definition at line 258 of file gem/main.c.

References PROGVERSION.

Referenced by main().