Independent header-only library for working with strings in C (not finished)
- Does not depend on any standard library (completely independent)
- Can replace many standard libraries
- Easy to use
- Clear and concise names
To use this library you need to define CSTR_IMPLEMENTATION
in .c
file
// ...
#define CSTR_IMPLEMENTATION
#include "path/to/cstr.h" // "cstr.h"
// ...