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