xdr_int()

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

ip

Return Values

The value 1 indicates success; the value 0 indicates an error.


[Back: xdr_inline()]
[Next: xdr_long()]