index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
bugs-fixed
/
a-format.awk
blob: 67a11222c835adfffe34eebb0eb9c10abfa6bdd6 (
plain
)
1
2
3
BEGIN
{
printf
(
"%.1a
\n
"
,
42
)
}