xdr_short()

The xdr_short() call translates between C short integers and their external representations.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_short(xdrs, sp)
XDR *xdrs;
short *sp;

Parameters

xdrs

sp

Return Values

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


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