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

Add 64-bit mprintf support #2549

Merged
merged 4 commits into from
Sep 7, 2022
Merged

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Sep 6, 2022

e.g.

m_printf("Really big number: 0x%016llx", 0x12345678abcdefULL);

Also correct use of 'X':

m_printf("%x", 0xabcd); // Prints "abcd"
m_printf("%X", 0xabcd); // Prints "ABCD"

@slaff slaff added this to the 4.7.0 milestone Sep 7, 2022
@slaff slaff merged commit f5682d4 into SmingHub:develop Sep 7, 2022
@mikee47 mikee47 deleted the feature/mprintf64 branch September 7, 2022 15:27
@slaff slaff mentioned this pull request Nov 8, 2022
5 tasks
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

Successfully merging this pull request may close these issues.

2 participants