7 typedef int func_t(
int argc,
const int *argt,
void **args);
8 typedef int args_t(
int argc,
int *argt);
26 #define IS_NULL_C(x) (Rast_is_c_null_value((x)))
27 #define IS_NULL_F(x) (Rast_is_f_null_value((x)))
28 #define IS_NULL_D(x) (Rast_is_d_null_value((x)))
30 #define SET_NULL_C(x) (Rast_set_c_null_value((x), 1))
31 #define SET_NULL_F(x) (Rast_set_f_null_value((x), 1))
32 #define SET_NULL_D(x) (Rast_set_d_null_value((x), 1))
34 #ifdef GRASS_CMAKE_BUILD
35 #include <export/grass_calc_export.h>
37 #define GRASS_CALC_EXPORT
GRASS_CALC_EXPORT volatile int floating_point_exception_occurred
int args_t(int argc, int *argt)
GRASS_CALC_EXPORT volatile int floating_point_exception
GRASS_CALC_EXPORT func_desc calc_func_descs[]
struct func_desc func_desc
#define GRASS_CALC_EXPORT
int func_t(int argc, const int *argt, void **args)