Next | Prev | Up | Top | Contents | Index

Portability Issues

If code was originally written with portability in mind, the type size differences should not be difficult to reconcile. However, production code is often written without regard for portability.When porting code written without regard to portability the following areas should be handled carefully:

These areas a covered in depth in Chapter 3, "Source Code Porting":


Next | Prev | Up | Top | Contents | Index