|
From: | Tom G. Christensen |
Subject: | Re: [m4-1.4.11] build feedback |
Date: | Mon, 14 Apr 2008 16:56:43 +0200 |
User-agent: | Thunderbird 1.5.0.12 (X11/20080215) |
Bruno Haible wrote:
You can also try a standalone test program, linked against the system's sprintf(), like this: =============================== #include <stdio.h> int main() { char buf[100]; sprintf (buf, "%Lf", -0.0L); printf ("%s\n", buf); return 0; } ===============================
The result on both 5.3 & 6.2 is: 0.000000 -tgc
[Prev in Thread] | Current Thread | [Next in Thread] |