-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C] Add support for C23 _BitInt type
This is implemented like typeof() because it can only be used with ()s to indicate how many bits the resulting integer type will have. While I was at it, I also added support for the new suffixes for _BitInt integer constants and the new wN and wfN length modifiers for printf and scanf.
- Loading branch information
James Buren
committed
Nov 9, 2024
1 parent
e31686f
commit b54bc4d
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters