str

A small library for handling strings in c.


Project Tree

use size_t instead of int for capacity and lengths

Brett Robinson authored 6 years ago


README.md

Str

A small library for handling strings in c.

Build

Copy str.h and str.c into your project, and include the header in your source file.

Usage

See the main.c for example usage.

Tests/Examples

Use make to build the test/example file.
Use make run to run the program.

Back to Top