xref: /netbsd-src/external/historical/nawk/dist/testdir/t.printf (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1{
2 printf "%%: %s ... %s \t", $2, $1
3 x = sprintf("%8d %10.10s", $1, $2)
4 print x
5}
6