This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

long long conversion specifier


Hi,

On a 32 bit PC (Win32) what is the printf conversion specifier that I need to use in order to print out an unsigned 64 bit (long long) value ?

I can't believe the trouble I'm having in finding an answer ... I've found such things as 'llu', 'Lu', and 'l64u', but none of those work (either with or without a preceding '%') with my gcc (MinGW) compiler.

Also it would be really great if anyone can supply a weblink to a *complete* list of conversion specifiers.

Cheers,
Rob


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