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:
- Equivalence of pointers and ints
- Equivalence of long ints and ints
- Code without prototypes
These areas a covered in depth in Chapter 3, "Source Code Porting":
Next | Prev | Up | Top | Contents | Index