Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
embUnit: simplify
strcmp()
implementation
The logic of `stdimpl_strcmp()` was needlessly complicated and not understood by scan-build. This change fixes the warning and makes the code more readable. Found via scan-build.
- Loading branch information