Serializes and deserializes character data. Format #include <tcpip$rpcxdr.h> bool_t xdr_char(XDR *xdrs, char *cp);
1 – Arguments
xdrs A pointer to an XDR stream handle created by one of the XDR stream-handle creation routines. cp A pointer to a character.
2 – Description
A filter primitive that translates between internal representations of characters and their XDR representations.
3 – Return Values
TRUE Indicates success. FALSE Indicates failure.