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))
volatile int floating_point_exception
int args_t(int argc, int *argt)
struct func_desc func_desc
int func_t(int argc, const int *argt, void **args)
func_desc calc_func_descs[]
volatile int floating_point_exception_occurred