/* * 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 (!xdr_int(xdrs, &objp->x)) return (FALSE); if (!xdr_int(xdrs, &objp->y)) return (FALSE); return (TRUE); }