Supported version of C #27209
Unanswered
programmingkidx
asked this question in
Questions and Answers
Replies: 1 comment 2 replies
-
|
V is C99 compliant, for the most part. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering, should we adapt a rule where we limit the C language version that can be used in the library and compiler? Currently there are these C language versions: C89, C99, C11, C17, and C23. The lower the language version we stick with, the more operating systems can make use of V. My vote would be to limit C code to C11.
Beta Was this translation helpful? Give feedback.
All reactions