Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Data models
- // Data Type LP32 ILP32 SILP64 ILP64 LLP64 LP64
- // char 8 8 8 8 8 8
- // short 16 16 64 16 16 16
- // int 16 32 64 64 32 32
- // long 32 32 64 64 32 64
- // long long (int64) 64 64 64 64 64 64
- // pointer 32 32 64 64 64 64
- // __int8 8 8 8 8 8 8
- // __int16 16 16 16 16 16 16
- // __int32 32 32 32 32 32 32
- // __int64 64 64 64 64 64 64
- /*
- MacOS (Apple Mac) 32 - LP32
- LLP64 - for 32 bit application on 64 bit os
- OS Mode
- Windows XP-64 / IA64 LLP64
- Linux LP64
- Solaris LP64
- DEC OSF/1 Alpha LP64
- SGI Irix LP64
- HP UX 11 LP64
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement