GRASS Programmer's Manual
6.4.4(2014)-r
|
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <grass/imagery.h>
#include <grass/spawn.h>
Go to the source code of this file.
Functions | |
int | I_list_groups (int full) |
int | I_list_subgroups (const char *group, int full) |
int I_list_groups | ( | int | full | ) |
Definition at line 16 of file ls_groups.c.
References G__file_name(), G__make_mapset_element(), G_fatal_error(), G_getl2(), G_gets(), G_mapset(), G_spawn(), G_tempfile(), getenv(), I_free_group_ref(), I_get_group_ref(), I_get_group_title(), and NULL.
int I_list_subgroups | ( | const char * | group, |
int | full | ||
) |
Definition at line 81 of file ls_groups.c.
References G__file_name(), G__make_mapset_element(), G_fatal_error(), G_getl2(), G_gets(), G_mapset(), G_spawn(), G_tempfile(), getenv(), I_free_group_ref(), I_get_subgroup_ref(), and NULL.