Loading
examples: Use PRId64 for portability
POSIX defines PRId64/PRIu64/PRIx64 for printing 64-bit values in a portable way. Replace a few references to %ld to remove the assumption about the size of a long. Where the value being printed is an unsigned 64-bit value, use PRIu64 instead of %ld. Signed-off-by:Nick Connolly <nick.connolly@mayadata.io> Change-Id: Ifa558522437f4922b922abf17712173cb5ca1184 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5134 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>