xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/intprec.awk (revision bf6cb86ec437546144857d9aa94ef222ec6763c0)
1BEGIN { printf "%.10d:%.10x\n", 5, 14 }
2