Information The C language has a set of functions that implement operations on strings (character strings and byte strings) in its standard library. Various operations such as copy, concatenate, ...
So I need a C string library. Here are the main requirements: <BR><BR> <UL TYPE=SQUARE> <LI> Should have good flexibility in terms of adding, deleting, finding ...