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.
EXIT_
1 parent 6820e54 commit 6724f99Copy full SHA for 6724f99
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