I am working on a 32-bit system. When I try to print more than one 64 bit value in a single printf, then it cannot print any further (i.e. 2nd, 3rd, ...) variable values.
Use:
"%lli" for int64_t "%llu" for uint64_t "%llx" for hex "%llX" for HEX
Have a look inside "inttypes.h".