Skip to content

Fixed strcspn and strspn

Jeremy Soller requested to merge Tommoa:master into master

Created by: Tommoa

I misread the macro in the musl implementation. This PR should fix all issues with overly large bitshifting in strcspn and strspn.

Issue somewhat talking about this: #67 (closed)

Merge request reports