** An object oriented C string library with overloading methods **
make
The library file will appear in the lib directory.
String *myStrObject = s_construct("Hello World!\n");
If you want to learn more, go to the Wiki.
make test
Then execute it as follows.
./tests/bin/runTest
- Thomas Couacault - elkoiko