commit | caa6b014ba15dea377e5f65fcac57afaa932fa64 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Jan 11 01:22:36 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Sun Jan 11 01:22:36 2015 -0600 |
tree | a980afdfcc8414eaa972f4fe3f5c23887829b98a | |
parent | 70cbfe8eda34df26cc91c51cd77098612e33fd80 [diff] |
Cleanup pass on printf. Alas, passing a union as the last argument to printf does not appear to work reliably, and there's no obvious way to manually assemble varargs in a portable manner. So I have to repeat the printf once for each data type. Oh well.