source: trunk/essentials/sys-apps/gawk/test/strtod.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 91 bytes
Line 
1{
2 x = "0x" $1 ; print x, x + 0
3 for (i=1; i<=NF; i++)
4 if ($i) print $i, "is not zero"
5}
Note: See TracBrowser for help on using the repository browser.