Szakáts Viktor wrote:
>
>> Gives me:
>> TEST NUMBER = [705032704]
>
#include <stdio.h>
#include <inttypes.h>
int main( void )
{
printf( "TEST NUMER = [%lld]\n", 5000000000LL );
printf( "TEST NUMER = [%I64u]\n", 5000000000LL );
return 0;
}
http://www.nabble.com/long-long-int-printf-query-td16372489.html#a16372489
http://www.nabble.com/long-long-int-printf-query-td16372489.html#a16372489
--
View this message in context:
http://www.nabble.com/mingw-results-and-Windows-compiler-roundup-tp19640310p19677563.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
- Re: [Harbour] mingw results and W... Szakáts Viktor
- Re: [Harbour] mingw results and W... Szakáts Viktor
- Re: [Harbour] mingw results and W... Szakáts Viktor
- Re: [Harbour] mingw results and W... Lorenzo Fiorini
- Re: [Harbour] mingw results and W... Przemyslaw Czerpak
- Re: [Harbour] mingw results and W... Szakáts Viktor
- Re: [Harbour] mingw results and W... Przemyslaw Czerpak
- Re: [Harbour] mingw results and W... Szakáts Viktor
- Re: [Harbour] mingw results and W... Przemyslaw Czerpak
- Re: [Harbour] mingw results and W... Petr Chornyj
- Re: [Harbour] mingw results and W... Petr Chornyj
- Re: [Harbour] mingw results and Windows compiler roundu... Przemyslaw Czerpak
- Re: [Harbour] mingw results and Windows compiler r... Przemyslaw Czerpak
- Re: [Harbour] mingw results and Windows compiler r... Saulius Zrelskis
