From 6998a8e064eeac13bbce69bda25c2fea8a7ccfbf Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 26 Sep 2015 11:51:23 -0700 Subject: [PATCH] add gb_string.h --- README.md | 1 + tools/README.footer.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d64c7af..9b33168 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ free to tell me about their quality.) - **network** [zed_net](https://github.com/ZedZull/zed_net): cross-platform socket wrapper (public domain) - **misc** [DG_misc.h](https://github.com/DanielGibson/Snippets/): Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings (public domain) - **misc** [MakeID.h](http://www.humus.name/3D/MakeID.h): allocate/deallocate small integer IDs efficiently (public domain) +- **misc** [gb_string.h](https://github.com/gingerBill/gb): dynamic strings for C Not public domain: diff --git a/tools/README.footer.md b/tools/README.footer.md index 7f63591..81eed5a 100644 --- a/tools/README.footer.md +++ b/tools/README.footer.md @@ -22,6 +22,7 @@ free to tell me about their quality.) - **network** [zed_net](https://github.com/ZedZull/zed_net): cross-platform socket wrapper (public domain) - **misc** [DG_misc.h](https://github.com/DanielGibson/Snippets/): Daniel Gibson's stb.h-esque cross-platform helpers: path/file, strings (public domain) - **misc** [MakeID.h](http://www.humus.name/3D/MakeID.h): allocate/deallocate small integer IDs efficiently (public domain) +- **misc** [gb_string.h](https://github.com/gingerBill/gb): dynamic strings for C Not public domain: