mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
move CONTRIBUTING.md to make github community insights go green ugh
This commit is contained in:
parent
910fddc2f1
commit
bb8bed687d
@ -26,6 +26,6 @@ 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`
|
||||
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`
|
||||
command line arguments.
|
Loading…
x
Reference in New Issue
Block a user