A Collection of Examples of 64-bit Errors in Real Programs
Figure 18 - Putting a pointer into a variable of int type If you still need to store a pointer in a variable of an integer type, you should use such types as intptr_t, uintptr_t, ptrdiff_t and size_t. Example 21. Memsize-types in unions When you need to w...