浏览代码

add gb_string.h

Sean Barrett 10 年之前
父节点
当前提交
6998a8e064
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      README.md
  2. 1 0
      tools/README.footer.md

+ 1 - 0
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:
 

+ 1 - 0
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: