From bc70de7b3302d5a81515b901cae376b8b51d2004 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 13:09:56 +0300 Subject: Move to gawk-3.1.0. --- test/strtod.awk | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/strtod.awk (limited to 'test/strtod.awk') diff --git a/test/strtod.awk b/test/strtod.awk new file mode 100644 index 00000000..27df8a4f --- /dev/null +++ b/test/strtod.awk @@ -0,0 +1 @@ +{ x = "0x" $1 ; print x, x + 0 } -- cgit v1.2.3