Project Tree
use size_t instead of int for capacity and lengths
Brett Robinson authored 6 years ago
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.