Add talloc_asprintf_append, which grows an existing string buffer to
authorMartin Pool <mbp@samba.org>
Thu, 3 Jan 2002 05:25:30 +0000 (05:25 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 3 Jan 2002 05:25:30 +0000 (05:25 +0000)
commit53723e874885936dd67483ebf46601fc73489d17
tree3c35191a0323b79dd8c3517dd787ef1d75bcc303
parent9b217dce7fe89d1e36a91d7d011c2a9fe185e0d3
Add talloc_asprintf_append, which grows an existing string buffer to
contain new print-formatted information.  (Also
talloc_vasprintf_append.)  Idea borrowed from glib.
source/include/talloc.h
source/lib/talloc.c