DecayingEagle / stdlib

MIT License
0 stars 0 forks source link

String manipulation #3

Open DecayingEagle opened 5 months ago

DecayingEagle commented 5 months ago

strcat, strcmp, strcpy, strncpy, strchr, strrchr, strstr, strtok, and strlen

DecayingEagle commented 5 months ago

strlen has been implemented due to it playing an important role in other parts of the library