Date: 11 Sep 2002 19:17:43 -0500 From: edscott wilson garcia <edscott@imp.mx> To: freebsd-questions@freebsd.org Subject: long doubles in FreeBSD Message-ID: <1031789868.1703.24.camel@sagitario.eco.imp.mx>
next in thread | raw e-mail | index | archive | help
I recently improved a fractal generating program by switching from double to long double. (http://gmandel.sourceforge.net). It works fine in Linux, but has problems in FreeBSD. It seems that "%llf" does not work for sprintf() and sscanf() with long doubles. Is this a known issue? Is there a different way to specify format strings for long doubles in FreeBSD? TIA Edscott Wilson Garcia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1031789868.1703.24.camel>