freebsd-skq/contrib/awk/test/strtod.awk
2001-11-02 21:06:08 +00:00

2 lines
33 B
Awk

{ x = "0x" $1 ; print x, x + 0 }