index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
strtod.awk
blob: 27df8a4f2355c685061e25762a56556832ac07b6 (
plain
)
1
{
x
=
"0x"
$1
;
print
x
,
x
+
0
}