This example appears in Sundar Varadarajan's M.S. thesis, and concerns
getting Sun's XDR library to communicate an IDL instance.

This directory contains two executables
1.reader reads in the xdr instance and converts it into an IDL instance.
2. writer writes the IDL instance in xdr and uses the reader to read it.

usage writer <file>
<file> contains external ASCII instance of specification in test.idl.
The standard output is converted to an xdr stream.

usage reader
standard input is xdr stream. ASCII instance is output on standard output.

