commit | ee63f791be12295cf4d19a474e776634a30b9201 | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Fri Dec 22 13:55:02 2017 -0200 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Tue Jan 02 17:05:44 2018 -0600 |
tree | 9825119199221562fa919a23057b0cc74b8c7c3b | |
parent | 36bdbfb854b0c75d8faeb7d15d0a542bbf3ec291 [diff] |
Pretty: add the ability to stream out to a generic thing Instead of always requiring FILE *. This does mean a slight code size increase, since we now have to pass an extra parameter down the function stack, plus we're making indirect calls, but it's worth it. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>