Port of Sun's Transport-Independent RPC library to Linux
Port of Sun's Transport-Independent RPC library to Linux
rpcgen$ rpcgen -c myprotocol.x -o myprotocol.c$ rpcgen -s tcp myprotocol.x -o myprotocol_server.c$ rpcgen -l myprotocol.x -o myprotocol_client.c