GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
c_maxx.c File Reference
#include <grass/gis.h>
#include <grass/raster.h>
Include dependency graph for c_maxx.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ c_maxx()

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

Definition at line 4 of file c_maxx.c.

References max, Rast_is_d_null_value, and Rast_set_d_null_value().