Cleanup pass on printf.
authorRob Landley <rob@landley.net>
Sun, 11 Jan 2015 07:22:36 +0000 (01:22 -0600)
committerRob Landley <rob@landley.net>
Sun, 11 Jan 2015 07:22:36 +0000 (01:22 -0600)
commitcaa6b014ba15dea377e5f65fcac57afaa932fa64
treea980afdfcc8414eaa972f4fe3f5c23887829b98a
parent70cbfe8eda34df26cc91c51cd77098612e33fd80
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.
toys/pending/printf.c