]> git.cworth.org Git - apitrace/commitdiff
trim: Abstract common stringstream idioms into shared functions.
authorCarl Worth <cworth@cworth.org>
Wed, 15 Aug 2012 00:13:30 +0000 (17:13 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:03:16 +0000 (08:03 +0000)
Using the new providef, linkf, and unlinkf functions shrinks the code
a bit. It's tempting to provide <stdargs> functions with full
printf-like formatting, but it's really not necessary as of yet.


No differences found