str

A small library for handling strings in c.


str

/

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