1 /*_________________________________________________________________
3 | xdrf.h - include file for C routines that want to use the
7 int xdropen(XDR *xdrs, const char *filename, const char *type);
8 int xdrclose(XDR *xdrs) ;
9 int xdr3dfcoord(XDR *xdrs, float *fp, int *size, float *precision) ;