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)
For now, the class provides a method to append to the string in a sprintf()
fashion.


No differences found