Skip to content

Revamp string.h and implement more string utils#25

Merged
ryuukumar merged 34 commits into
mainfrom
lib/string-revamp
Mar 27, 2026
Merged

Revamp string.h and implement more string utils#25
ryuukumar merged 34 commits into
mainfrom
lib/string-revamp

Conversation

@ryuukumar

@ryuukumar ryuukumar commented Mar 27, 2026

Copy link
Copy Markdown
Owner

These were implemented: strlen, strnlen, strdup, strndup, strcpy, strncpy, strcmp, strncmp, strcat, strncat, strchr, strrchr, strspn, strcspn, strpbrk, strstr, strtok_r

Also moved or implemented these: memchr, memcmp, memset, memset_explicit, memcpy, memmove, memccpy

Descriptions of each function were taken from cppreference.com

@ryuukumar
ryuukumar merged commit 21ec4b9 into main Mar 27, 2026
1 check passed
@ryuukumar
ryuukumar deleted the lib/string-revamp branch March 27, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant