ubuntu-buildroot/output/build/host-gawk-5.2.0/test/strtod.awk

6 lines
91 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
{
x = "0x" $1 ; print x, x + 0
for (i=1; i<=NF; i++)
if ($i) print $i, "is not zero"
}