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
/
intprec.awk
blob: 978e9eacc63bb6d591c1edc8b0edb26cc6d5789f (
plain
)
1
BEGIN
{
printf
"%.10d:%.10x
\n
"
,
5
,
14
}