Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could you support %I64d %I64u like msvc done? #127

Open
superzmy opened this issue Sep 19, 2021 · 1 comment
Open

could you support %I64d %I64u like msvc done? #127

superzmy opened this issue Sep 19, 2021 · 1 comment

Comments

@superzmy
Copy link

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.

@eyalroz
Copy link

eyalroz commented Sep 28, 2021

edited:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants