mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-06 22:59:02 -05:00
CONTRIBUTING: C11 -> C17
This commit is contained in:
parent
4b60a752ca
commit
2885adf79b
@ -25,7 +25,7 @@ Run `make test` with your changes, and ensure all tests pass. Run
|
||||
demo code).
|
||||
|
||||
## C standard
|
||||
Notcurses targets the ISO C11 standard. This means you should avoid using
|
||||
Notcurses targets the ISO C17 standard. This means you should avoid using
|
||||
GNU C extensions as they might not work outside GCC/Clang. To verify your
|
||||
standard compliance on GCC and Clang you can compile with `-std=c11 -pedantic`
|
||||
standard compliance on GCC and Clang you can compile with `-std=c17 -pedantic`
|
||||
command line arguments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user