/* check interference of the tool bodies against the target */
num_tools = 2;
UF_CALL(UF_MODL_check_interference( target, num_tools, tools, results ));
if (results[0] != 1 || results[1] != 2)
printf("*** ERROR from UF_MODL_check_interference ***\n");
}
/*ARGSUSED*/
void ufusr(char *param, int *retcode, int param_len)
{
if (!UF_CALL(UF_initialize()))
{
do_ugopen_api();
UF_CALL(UF_terminate());
}
}