1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/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 }