We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EXIT_
1 parent c855581 commit 13d3896Copy full SHA for 13d3896
CONTRIBUTING.md
@@ -74,6 +74,7 @@ In addition, libsecp256k1 tries to maintain the following coding conventions:
74
* User-facing comment lines in headers should be limited to 80 chars if possible.
75
* All identifiers in file scope should start with `secp256k1_`.
76
* Avoid trailing whitespace.
77
+* Use the constants `EXIT_SUCCESS`/`EXIT_FAILURE` (defined in `stdlib.h`) to indicate program execution status for examples and other binaries.
78
79
### Tests
80
0 commit comments