Code

utils strbuf: Added an automatically growing string implementation.
authorSebastian Harl <sh@tokkee.org>
Wed, 20 Mar 2013 05:54:20 +0000 (22:54 -0700)
committerSebastian Harl <sh@tokkee.org>
Wed, 20 Mar 2013 05:54:20 +0000 (22:54 -0700)
commit9ff971eae5d311fd8066e13903589c7deb476934
tree96b84dc3ccf20221e649fad992022c2a6af65c11
parent363e5bd19dbb2d87248076b73a8a0652ad5c09f7
utils strbuf: Added an automatically growing string implementation.

Whenever writing to the buffer, it will ensure that enough space is allocated
to store all of the string.
src/Makefile.am
src/include/utils/strbuf.h [new file with mode: 0644]
src/utils/strbuf.c [new file with mode: 0644]