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
vs and gcc recognise %ld to be 32bit and 64bit. "%lld" to be 64bit.
To cross platform we aways use int32_t int64_t, so we have to use PRI64d. It's disgusting.
The text was updated successfully, but these errors were encountered:
You may have noticed Marco has not been active in this repository for over 2 years...
This feature is now supported on my fork - on the development branch for now, and as a compile-time option for those who don't want any non-standard specifiers.
vs and gcc recognise %ld to be 32bit and 64bit. "%lld" to be 64bit.
To cross platform we aways use int32_t int64_t, so we have to use PRI64d. It's disgusting.
The text was updated successfully, but these errors were encountered: