mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19: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
|
## C standard
|
||||||
Notcurses targets the ISO C11 standard. This means you should avoid using
|
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
|
GNU C extensions as they might not work outside GCC/Clang. To verify your
|
||||||
standard compliance on GCC and Clang you can complile with `-std=c11 -pedantic`
|
standard compliance on GCC and Clang you can compile with `-std=c11 -pedantic`
|
||||||
command line arguments.
|
command line arguments.
|
Loading…
x
Reference in New Issue
Block a user