Skip to content

Commit 33811ce

Browse files
committed
Update coding standard
1 parent 548aeba commit 33811ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CODING_STANDARD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Here a few minimalistic coding rules for the CPROVER source tree.
107107
include in the source file. For example, given `foo.h` and `foo.cpp`, the
108108
line `#include "foo.h"` should precede all other include statements in
109109
`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.
110113
111114
# Makefiles
112115
- Each source file should appear on a separate line

0 commit comments

Comments
 (0)