You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a 64-bit Linux. My problem is that long has 64 bits on my system while it has 32 bits on 32 bit machines. Is there a way to automatically detect on which system this lib is running and to automagically adjust the length of longs?
PS: I want it to run cross platform. Therefore, just using word64Sle is not sufficient.
I'm using a 64-bit Linux. My problem is that
longhas 64 bits on my system while it has 32 bits on 32 bit machines. Is there a way to automatically detect on which system this lib is running and to automagically adjust the length oflongs?PS: I want it to run cross platform. Therefore, just using
word64Sleis not sufficient.