GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
#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_init_counter | ( | struct Counter * | c, |
int | v ) |
Definition at line 38 of file counter.c.
Referenced by G_init_logging(), and G_init_tempfile().
void G_initialize_done | ( | int * | p | ) |
Definition at line 77 of file counter.c.
Referenced by G__home(), G__init_window(), G__machine_name(), G_config_path(), G_date(), G_get_window(), G_init_debug(), G_init_locale(), G_init_logging(), G_init_tempfile(), G_read_datum_table(), G_read_ellipsoid_table(), G_set_verbose(), G_verbose(), and G_whoami().
int G_is_initialized | ( | int * | p | ) |
Definition at line 60 of file counter.c.
Referenced by G__home(), G__init_window(), G__machine_name(), G_config_path(), G_date(), G_get_window(), G_init_debug(), G_init_locale(), G_init_logging(), G_init_tempfile(), G_read_datum_table(), G_read_ellipsoid_table(), G_set_verbose(), G_verbose(), and G_whoami().