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 "least", "fast" and "max" C fixed-width types #233

Merged
merged 1 commit into from
Jun 26, 2019
Merged

Add "least", "fast" and "max" C fixed-width types #233

merged 1 commit into from
Jun 26, 2019

Conversation

PhilipRoman
Copy link
Contributor

Changes

This PR adds support for the remaining C99/C++11 fixed-width types:

int_fast8_t
int_fast16_t
int_fast32_t
int_fast64_t

int_least8_t
int_least16_t
int_least32_t
int_least64_t

uint_fast8_t
uint_fast16_t
uint_fast32_t
uint_fast64_t

uint_least8_t
uint_least16_t
uint_least32_t
uint_least64_t

intmax_t
uintmax_t

I have tested the changes with nano as well as other regex testing tools.

I didn't add the respective versions for u_int... because I couldn't find reliable sources on this topic.

This commit adds support for the remaining C99/C++11 fixed-width types:
u?int_fastN_t
u?int_leastN_t
u?intmax_t
@scopatz
Copy link
Owner

scopatz commented Jun 26, 2019

Thanks!

@scopatz scopatz merged commit 28d3a68 into scopatz:master Jun 26, 2019
@PhilipRoman PhilipRoman deleted the c-fixed-width-types branch June 26, 2019 22:40
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