issues
search
antirez
/
sds
Simple Dynamic Strings library for C
BSD 2-Clause "Simplified" License
4.93k
stars
480
forks
source link
Extra
#136
Open
Sandroid75
opened
3 years ago
Sandroid75
commented
3 years ago
add sdssds() function that finds the first occurrence of the sds substring needle in the sds string haystack.
add sdscasesds() function that work like sdssds() but ignore the case of both sds strings.
I have update also the Makefile in order to build a library
I have update also the Makefile in order to build a library