author | Sebastian Harl <sh@tokkee.org> | |
Wed, 20 Mar 2013 05:54:20 +0000 (22:54 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 20 Mar 2013 05:54:20 +0000 (22:54 -0700) | ||
commit | 9ff971eae5d311fd8066e13903589c7deb476934 | |
tree | 96b84dc3ccf20221e649fad992022c2a6af65c11 | tree | snapshot |
parent | 363e5bd19dbb2d87248076b73a8a0652ad5c09f7 | commit | diff |
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.
Whenever writing to the buffer, it will ensure that enough space is allocated
to store all of the string.
src/Makefile.am | diff | blob | history | |
src/include/utils/strbuf.h | [new file with mode: 0644] | blob |
src/utils/strbuf.c | [new file with mode: 0644] | blob |