From: Paul Eggert Date: Mon, 12 Jul 2004 06:31:53 +0000 (+0000) Subject: New file. X-Git-Tag: v5.3.0~1125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfe049a93ce768279484e59e297868f94626908;p=thirdparty%2Fcoreutils.git New file. --- diff --git a/lib/c-strtold.c b/lib/c-strtold.c new file mode 100644 index 0000000000..5510e4a446 --- /dev/null +++ b/lib/c-strtold.c @@ -0,0 +1,2 @@ +#define LONG 1 +#include "c-strtod.c"