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