Format #include <rpc.h> struct rpc_createerr rpc_createerr; Usage rpc_createerr is a global variable that is set when any RPC client creation routine fails. Use clnt_pcreateerror() to print the message. Context clntraw_create;() clnttcp_create() clntudp_create()Parent topic: Remote pro...