index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
sprintfc.awk
blob: ee1e5a7c5c543d3b6d2dcac744bdbfdf1755a1e5 (
plain
)
1
{
print
sprintf
(
"%c"
,
$1
),
$1
}