Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce EXIT_CODE_SUCCESS to standardize successful exit status
Added the definition for EXIT_CODE_SUCCESS in src/error.h and updated the initial value of exit_code in src/stub.c from 0 to EXIT_CODE_SUCCESS. This change standardizes the representation of a successful exit across the application, enhancing code readability and maintainability.
- Loading branch information