Skip to content

elkoiko/C-String-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An object oriented C string library with overloading methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published