Skip to content

Commit 13d3896

Browse files
committed
CONTRIBUTING: mention that EXIT_ codes should be used
1 parent c855581 commit 13d3896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ In addition, libsecp256k1 tries to maintain the following coding conventions:
7474
* User-facing comment lines in headers should be limited to 80 chars if possible.
7575
* All identifiers in file scope should start with `secp256k1_`.
7676
* 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.
7778

7879
### Tests
7980

0 commit comments

Comments
 (0)