xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
zero2.awk
(revision 6446bd46ed1b4e9f69da153665f82181ccaedad5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
printf
"%d\n"
, -.
4
3
printf
"%d\n"
, -
0.0
4
printf
"%d\n"
, -.
9
5
}
6