commit | 0abce0065f60c8a4d1f445196105a2483ecbc2ef | [log] [tgz] |
---|---|---|
author | Harout Hedeshian <harouth@codeaurora.org> | Wed Jul 22 14:53:41 2015 -0600 |
committer | Harout Hedeshian <harouth@codeaurora.org> | Wed Jul 22 16:32:17 2015 -0600 |
tree | 2be41ff80505e1b66f4101fa2a486b8abe4aab11 | |
parent | 407b0fd9b8f5f3518bdfa4684a01aae25511db4d [diff] |
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