Browse Source

add gb_string.h

Sean Barrett 10 năm trước cách đây
mục cha
commit
6998a8e064
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: