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
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to