On a SUN Solaris machine in MTF:
1. Download the IDL definition file, the procedure implementation file, and the
client file.
2. Download the grades.
3. Compile the IDL defintion file.
% rpcgen get_grade.x
Take a look at the files that are generated.
4. Compile the client.
% gcc -o get_grade get_grade.c get_grade_clnt.c get_grade_xdr.c -lnsl
% gcc -o get_grade_svc get_grade_svc.c grade_proc.c get_grade_xdr.c -lnsl
% get_grade_svc
% get_grade xyz 123