tsoding / sv

Simple String_View implementation for C programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple String_View implementation for C programming language.

License:MIT License


Languages

Language:C 97.5%Language:Makefile 1.7%Language:Batchfile 0.9%