Added to the repository.
authorcrh <crh@ubiqx.org>
Wed, 13 Jun 2012 02:46:10 +0000 (21:46 -0500)
committercrh <crh@ubiqx.org>
Wed, 13 Jun 2012 02:46:10 +0000 (21:46 -0500)
commit50b8048769b1d1e163ff31a5e0ba4a9131e32027
tree17dd5738bf6edecebc86f304140019ff8492d23e
parent758caa9d4e9179aaa45e8faf4352899fbd495f46
Added to the repository.
  * The Gstr module makes it easy to build strings in chunks without worrying too much about how much space is available in the string buffer.  Gstr takes care of extending the buffer if needed.
src/daemon/Gstr.c [new file with mode: 0644]
src/daemon/Gstr.h [new file with mode: 0644]