tools: Use portable 64 bit data formats
authorBrian Gix <brian.gix@intel.com>
Thu, 17 Nov 2022 20:21:50 +0000 (12:21 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
commit0680e67537e11a504a75bf9c161999085aad9ba7
tree650072265a719382865ea4fdacaf176c277dc531
parent5b6145d047360d44ef15df511a76d1aa37f79df1
tools: Use portable 64 bit data formats

The isotest executable was using the non-portable %zd string formatter
for loging 64 bit integers. This replaces them with PRId64.
tools/isotest.c