GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
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(), and G_tempfile_pid_basedir().

◆ G_init_counter()

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().

◆ G_initialize_done()

◆ G_is_initialized()