We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now I have to use cformat, which is a pain.
This might be related to varargs support.
The text was updated successfully, but these errors were encountered:
Support %llu etc. in format. Closes #750
7aec8d2
Hmm varargs are only a pain for LDouble, which are wider than 64-bit, but for UInt64/Int64, we're all good.
Sorry, something went wrong.
nddrylliog
No branches or pull requests
Right now I have to use cformat, which is a pain.
This might be related to varargs support.
The text was updated successfully, but these errors were encountered: