Files
Android11/external/one-true-awk/bugs-fixed/fmt-overflow.awk
2023-10-13 14:01:41 +00:00

2 lines
40 B
Awk

BEGIN { OFMT = "%.1000f"; print 1.25; }