The xdr_float() call translates between C floating-point numbers and their external representations.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_float(xdrs, fp)
XDR *xdrs;
float *fp;

Parameters

xdrs

fp

Return Values

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


[Back] [Next]