#include <grass/gis.h>
#include <grass/version.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | G_version (char **major, char **minor, char **release) |
reports GRASS version |
int G_version | ( | char ** | major, | |
char ** | minor, | |||
char ** | release | |||
) |
reports GRASS version
major | ||
minor | ||
release |
Definition at line 15 of file version.c.
References G_malloc().