commit | 251161f75c0895a1138f87bd80d9bcc38e567444 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri Jan 06 20:28:05 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Fri Jan 06 20:28:05 2006 +0000 |
tree | 2b121941a13619a7851da8d9f8e1663ad798ae4d | |
parent | f8ec1b51f39b15d2d020934b2f3eb8d70e9da3e8 [diff] |
Bug 624 wants quoted char support for printf, so you can do something like: printf '%d\n' '"x"' and have it print out 120. This is the smallest implementation I can think of at the moment.