Fixed strcspn and strspn
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)
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)