xdr_u_int()

The xdr_u_int() call translates between C unsigned integers and their external representations.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_u_int(xdrs, up)
XDR *xdrs;
unsigned *up;

Parameters

xdrs

up

Return Values

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


[Back: xdr_string()]
[Next: xdr_u_long()]