/* * Please do not edit this file. * It was generated using rpcgen. */ #include "simp.h" #define foo 127 bool_t xdr_operands(register XDR *xdrs, operands *objp) { #if defined(_LP64) || defined(_KERNEL) register int *buf; #else register long *buf; #endif if (!xdr_int(xdrs, &objp->x)) return (FALSE); if (!xdr_int(xdrs, &objp->y)) return (FALSE); return (TRUE); }