This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
awk
Watch
1
Star
0
Fork
0
You've already forked awk
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
6535bd6c35
awk
/
bugs-fixed
/
fmt-overflow.awk
2 lines
40 B
Awk
Raw
Normal View
History
Unescape
Escape
Protect against overflowing during OFMT/CONVFMT conversions
2018-09-14 22:56:34 -04:00
BEGIN
{
OFMT
=
"%.1000f"
;
print
1.25
;
}
Reference in New Issue
Copy Permalink