-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add strspn #34
Add strspn #34
Conversation
The import re-ordering has caused conflict. I'll fix that in a minute. |
Now it's easier to keep in alphabetical order.
fbd7a99
to
f0e0ea2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, could you add an entry to the changelog?
Yup. I should add |
Oops, there were a few missing items.
I wasn't entirely sure how strcspn was supposed to work, so I checked it against godbolt at https://godbolt.org/z/PPa87G4e6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
As requested in #33.