Skip to content

Commit

Permalink
CONTRIBUTING: C11 -> C17
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 1, 2025
1 parent 4b60a75 commit 2885adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2885adf

Please sign in to comment.