This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: printf does not print long long ints properly


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]