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

exact-int.h _STDC_VERSION___ instead of __STDC_VERSION__ #49

Open
bowtoes opened this issue Sep 20, 2023 · 0 comments
Open

exact-int.h _STDC_VERSION___ instead of __STDC_VERSION__ #49

bowtoes opened this issue Sep 20, 2023 · 0 comments

Comments

@bowtoes
Copy link

bowtoes commented Sep 20, 2023

Is a typo, the very first instance in if defined(...) is missing a single leading underscore.

# if defined(_STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)

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

1 participant