printf does not print long long ints properly

Peter Seebach seebs@plethora.net
Sat Jan 24 03:04:00 GMT 2004


In message <opr1877gqc89ubik@smtp.wp.pl>, =?iso-8859-2?B?RGFuaWVsIEplbGnxc2tp?=
 writes:
>I am using gcc 3.3.1
>the same code works nicely on linux machine with gcc 3.3.1

>is any other information necessary?

What happens if you use %lld, which is what the standard specifies for long
long, instead of the L flag, which is for "long double"?

-s

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list