Skip to content

Commit

Permalink
CONTRIBUTING: mention that EXIT_ codes should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
theStack committed Feb 14, 2025
1 parent c855581 commit 13d3896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ In addition, libsecp256k1 tries to maintain the following coding conventions:
* User-facing comment lines in headers should be limited to 80 chars if possible.
* All identifiers in file scope should start with `secp256k1_`.
* Avoid trailing whitespace.
* Use the constants `EXIT_SUCCESS`/`EXIT_FAILURE` (defined in `stdlib.h`) to indicate program execution status for examples and other binaries.

### Tests

Expand Down

0 comments on commit 13d3896

Please sign in to comment.