(root)/
gawk-5.2.2/
test/
strtod.awk
{
	x = "0x" $1 ; print x, x + 0
	for (i=1; i<=NF; i++)
		if ($i) print $i, "is not zero"
}