/* Copyright (c) 2001-2009 by SoftIntegration, Inc. All Rights Reserved */
static return_type2 setarrayfunc_chdl_funarg0(data_type arg) {
  return_type2 retval;

  Ch_CallFuncByAddr(interp, (void*)setarrayfunc_chdl_funptr[0], &retval, arg);
  return retval;
}

static return_type2 setarrayfunc_chdl_funarg1(data_type arg) {
  return_type2 retval;

  Ch_CallFuncByAddr(interp, (void*)setarrayfunc_chdl_funptr[1], &retval, arg);
  return retval;
}

static return_type2 setarrayfunc_chdl_funarg2(data_type arg) {
  return_type2 retval;

  Ch_CallFuncByAddr(interp, (void*)setarrayfunc_chdl_funptr[2], &retval, arg);
  return retval;
}

/* ... up to MAXNUM */
