GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
counter.c File Reference
#include <grass/config.h>
#include <grass/gis.h>
Include dependency graph for counter.c:

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)
 

Function Documentation

◆ G_counter_next()

int G_counter_next ( struct Counter c)

Definition at line 46 of file counter.c.

Referenced by G_tempfile_pid().

◆ G_init_counter()

void G_init_counter ( struct Counter c,
int  v 
)

Definition at line 38 of file counter.c.

◆ G_initialize_done()

void G_initialize_done ( int *  p)

Definition at line 76 of file counter.c.

Referenced by G__init_window(), G_config_path(), G_set_verbose(), G_verbose(), and Rast__init_window().

◆ G_is_initialized()