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
/
gnu
/
zero2.awk
blob: 8ecfb2f93b2802e4ce7258fefcef908d3238e789 (
plain
)
1
2
3
4
5
BEGIN
{
printf
"%d
\n
"
, -
.4
printf
"%d
\n
"
, -
0.0
printf
"%d
\n
"
, -
.9
}