index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
double1.awk
blob: 70a6fb65f5ae747445010316c399f4bb74569317 (
plain
)
1
2
3
4
BEGIN
{
print
9223372036854775808
printf
(
"%d
\n
"
,
9223372036854775808
)
}