GRASS GIS 8 Programmer's Manual 8.3.0RC1(2023)-exported
|
#include <grass/config.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
void | G_init_counter (struct Counter *c, int v) |
int | G_counter_next (struct Counter *c) |
int | G_is_initialized (int *p) |
void | G_initialize_done (int *p) |
int G_counter_next | ( | struct Counter * | c | ) |
Definition at line 46 of file counter.c.
Referenced by G_tempfile_pid(), and G_tempfile_pid_basedir().
void G_initialize_done | ( | int * | p | ) |
Definition at line 77 of file counter.c.
Referenced by G__init_window(), G_config_path(), G_set_verbose(), and G_verbose().
int G_is_initialized | ( | int * | p | ) |
Definition at line 60 of file counter.c.
Referenced by G__init_window(), G_config_path(), G_init_debug(), G_init_tempfile(), G_set_verbose(), and G_verbose().