Skip to content
/ sv Public

Simple String_View implementation for C programming language.

License

Notifications You must be signed in to change notification settings

tsoding/sv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published