A wrapper around c-strings to provide high level string functions.
Install the package from latest releases or clone the repository and cd into its directory.
On Unix, Linux and macOS:
autoreconf --install
./configure
make
make installAfter installation, include the header file string_ext.h to use it.
Also, link the library file libstringext.a while compiling
cc <input-file.c> -l:libstringext.a