I am trying to write my own string.h functions, my library currently have no dependicies and 11 functions completed. Has basic and readable code to understand. Small binary size. Freely distributable with BSD-3-Clause license. Have a look: mstrutils
I am trying to write my own string.h functions, my library currently have no dependicies and 11 functions completed. Has basic and readable code to understand. Small binary size. Freely distributable with BSD-3-Clause license. Have a look: mstrutils
Maybe add some context to the readme, what string.h does or is used for.
Thanks, I’ve just updated the README with a ‘What is string.h?’ section
Ohh, seems interesting. Not a C programmer, but still, thanks!