Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
8723bc4945
commit
1f0826ea62
|
@ -50,8 +50,8 @@ C dialect
|
||||||
Future C99 features may be added to this list in the future
|
Future C99 features may be added to this list in the future
|
||||||
depending on compiler support (mostly significantly MSVC).
|
depending on compiler support (mostly significantly MSVC).
|
||||||
|
|
||||||
* Don't use GCC extensions (e.g. don't write multi-line strings
|
* Don't use compiler-specific extensions, such as those of GCC or MSVC
|
||||||
without trailing backslashes).
|
(e.g. don't write multi-line strings without trailing backslashes).
|
||||||
|
|
||||||
* All function declarations and definitions must use full prototypes
|
* All function declarations and definitions must use full prototypes
|
||||||
(i.e. specify the types of all arguments).
|
(i.e. specify the types of all arguments).
|
||||||
|
|
Loading…
Reference in New Issue