Show HN: I rewrote few of the common core string.h functions
9 deepvinci 10 4/19/2025, 7:16:10 AM github.com ↗
I rewrote the most common core string.h functions in pure C. I mostly did it to learn pointers and string. Would love to get any feedbacks:)
You should be compiling with -Wall -Werror.
I dunno about novel, I have used (some of) these functions extensively: https://github.com/lelanthran/libds/blob/master/src/ds_str.h