xref
: /
freebsd
/
contrib
/
one-true-awk
/
bugs-fixed
/
fmt-overflow.awk
(revision 9b37d84c87e69dabc69d818aa4d2fea718bd8b74)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
OFMT
=
"%.1000f"
;
print
1.25
; }
2