Simple String_View implementation for C programming language.
Just copy sv.h into your project and include it like this:
#define SV_IMPLEMENTATION
#include "./sv.h"
Keep in mind that sv is an stb-style header-only library. For more information on that SV_IMPLEMENTATION
thingie see stb_howto.txt
For examples on how to use the library functions check ./test.c.