Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 517 Bytes

File metadata and controls

28 lines (14 loc) · 517 Bytes

C String Library

** An object oriented C string library with overloading methods **

Compiling the library

make

The library file will appear in the lib directory.

Basic declaration

String *myStrObject = s_construct("Hello World!\n");

If you want to learn more, go to the Wiki.

Running unit tests

make test

Then execute it as follows.

./tests/bin/runTest

Authors