f_fdiag(a,b,c,d)
int a,b,c,d;
{
printf("\n fdiag entered %x %x %x %x \n",a,b,c,d);
exit();
}
