Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 583 Bytes

File metadata and controls

16 lines (10 loc) · 583 Bytes

sv

Simple String_View implementation for C programming language.

Quick Start

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.