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

Go to the source code of this file.

Functions

void c_minx (DCELL *result, DCELL *values, int n, const void *closure)
 

Function Documentation

◆ c_minx()

void c_minx ( DCELL result,
DCELL values,
int  n,
const void *  closure 
)

Definition at line 4 of file c_minx.c.

References min, Rast_is_d_null_value, and Rast_set_d_null_value().