//sunrpc/xdr1/example.x
const	MAXC = 4;

struct example {
  short		a;
  double	b;
  short		c[MAXC];
};
