Our website uses cookies to enhance your browsing experience.
Accept
to the top

ILP64

Dec 23 2011

ILP64. Data model in C/C++ in which basic data types have the following sizes: int - 64 bits, long - 64 bits, long long - 64 bits, pointer - 64 bits. This data model is used rather seldom.

Popular related articles