xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
intprec.awk
(revision bdd776d0084e7937ba9e46f78ea1d0cf3a673a94)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
printf
"%.10d:%.10x\n"
,
5
,
14
}
2