site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Am 02.07.2005 um 11:07 schrieb Peter Seebach: Again, from the man page: Modifier a, A, e, E, f, F, g, G l (ell) double (ignored, same behavior as without it) L long double Markus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The man page is a little misleading on that. 'f' means double, 'l' is not a modifier, on any of the floating point types. 'f' means float. %f == %lf is a implementation detail of the Darwin. This wasn't always the case. This email sent to site_archiver@lists.apple.com