The xdr_int() call translates between C integers and their external representations.
Syntax
#include <rpc\rpc.h> bool_t xdr_int(xdrs, ip) XDR *xdrs; int *ip;
Parameters
xdrs
Return Values
The value 1 indicates success; the value 0 indicates an error.