Code

strbuf: Added a string buffer class for dynamically growing strings.
authorSebastian Harl <sh@teamix.net>
Wed, 12 Sep 2012 13:31:44 +0000 (15:31 +0200)
committerSebastian Harl <sh@teamix.net>
Wed, 12 Sep 2012 13:31:44 +0000 (15:31 +0200)
commite2682945314d1a2abc8e9e879a80a72dcf638e9e
tree533e129e201d9bbc469fe9722a005bb067fce685
parent1564b261c7e0f4141a2ff8b0f9456758653d7458
strbuf: Added a string buffer class for dynamically growing strings.

For now, the class provides a method to append to the string in a sprintf()
fashion.
src/Makefile.am
src/junos.h
src/strbuf.c [new file with mode: 0644]