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

Go to the source code of this file.

Functions

int f_float (int argc, const int *argt, void **args)
 
int c_float (int argc, int *argt)
 

Function Documentation

◆ c_float()

int c_float ( int  argc,
int *  argt 
)

Definition at line 65 of file xfloat.c.

References E_ARG_HI, E_ARG_LO, and FCELL_TYPE.

◆ f_float()

int f_float ( int  argc,
const int *  argt,
void **  args 
)