Skip to content

Remove C-String PAL wrappers #98189

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

Merged
merged 7 commits into from
Feb 10, 2024
Merged

Conversation

jkoritzinsky
Copy link
Member

Remove PAL wrappers for strtoul, strtoull, and strnlen. Make the implementations of _stricmp, _strnicmp, and _strdup just forward to strcasecmp, strncasecmp, and strdup respectively.

Co-authored-by: Aaron Robinson <arobins@microsoft.com>
@jkoritzinsky jkoritzinsky merged commit 96da5a0 into dotnet:main Feb 10, 2024
@jkoritzinsky jkoritzinsky deleted the string-pal branch February 10, 2024 03:02
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants