mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
Added information about C standard to the CONTRIBUTING
Probably useful for people who want to contribute C code.
This commit is contained in:
parent
24640eb80e
commit
5f45d9178b
@ -23,3 +23,9 @@ an ASCII equivalent if not present (or return an error).
|
||||
Run `make test` with your changes, and ensure all tests pass. Run
|
||||
`notcurses-demo` as well, if you changes are to the core library or the
|
||||
demo code.
|
||||
|
||||
## C standard
|
||||
Notcurses targets the ISO C11 standard. This means you should avoid using
|
||||
GNU C extensions as they might not work outside GCC/Clang. To verify your code
|
||||
standard compliance on GCC and Clang you can complile with `-std=c11 -pedantic`
|
||||
command line arguments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user