Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 222 Bytes

SB - String Builder

Simple STB-style String Builder Library for C

How to include

Simply copy the sb.h into your project and include it, see test.c for how to use

#define SB_IMPLEMENTATION
#include "sb.h"