str
/
README.md
A small library for handling strings in c.
Copy str.h and str.c into your project, and include the header in your source file.
See the main.c for example usage.
Use make to build the test/example file.
Use make run to run the program.