datatop: switch to PRId64/PRIu64 instead of %llu/%lld
Replaced lld and llu with PRId64/PRIu64 to allow cross-platform printing of 64-bit integers with printf. Also set C standard to C99 in order for these macros to compile cleanly. Change-Id: I0e39c41f931c92d3e554c2256fdb9d3bcef6d9b9
Please register or sign in to comment