#include <stdio.h>
void f_fdiag(int a, int b, int c, int d) {
  printf("\n fdiag entered %x %x %x %x \n",a,b,c,d);
  exit(0);
}
