8 typedef int func_t(
int argc,
const int *argt,
void **args);
9 typedef int args_t(
int argc,
int *argt);
28 #define IS_NULL_C(x) (Rast_is_c_null_value((x))) 29 #define IS_NULL_F(x) (Rast_is_f_null_value((x))) 30 #define IS_NULL_D(x) (Rast_is_d_null_value((x))) 32 #define SET_NULL_C(x) (Rast_set_c_null_value((x),1)) 33 #define SET_NULL_F(x) (Rast_set_f_null_value((x),1)) 34 #define SET_NULL_D(x) (Rast_set_d_null_value((x),1))
volatile int floating_point_exception
int args_t(int argc, int *argt)
struct func_desc func_desc
func_desc calc_func_descs[]
volatile int floating_point_exception_occurred
int func_t(int argc, const int *argt, void **args)