aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.printf
blob: 5c4bbe19c8cbcae4875c0a1a00e4b500831dcc23 (plain)
1
2
3
4
5
{
 printf "%%: %s ... %s \t", $2, $1
 x = sprintf("%8d %10.10s", $1, $2)
 print x
}