Hi,

I'm looking for a portable way to print a size_t.
I thought "%zu" was the recommended way to do it, but I'm getting unknown format warnings when printf() is called with "%zu".

I guess i can use something like %llu instead but shouldn't this work in C99 mode really ? (must be missing something here...)

Cheers

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to