Portability
To ensure portability of your C UDR, include the following items
in the design and implementation of your C UDR:
- Use the data types for data types whose size might vary across computer architectures.
- Use the functions to transfer data between client and server computers.