We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548aeba commit 33811ceCopy full SHA for 33811ce
CODING_STANDARD.md
@@ -107,6 +107,9 @@ Here a few minimalistic coding rules for the CPROVER source tree.
107
include in the source file. For example, given `foo.h` and `foo.cpp`, the
108
line `#include "foo.h"` should precede all other include statements in
109
`foo.cpp`.
110
+- Use the C++ versions of C headers (e.g. `cmath` instead of `math.h`).
111
+ Some of the C headers use macros instead of functions which can have
112
+ unexpected consequences.
113
114
# Makefiles
115
- Each source file should appear on a separate line
0 commit comments