]> granicus.if.org Git - strace/commit
Define PRI__[uxs]64 macros to print __s64 and __u64 values
authorJeff Mahoney <jeffm@suse.com>
Thu, 31 Mar 2016 04:34:17 +0000 (00:34 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 31 Mar 2016 04:34:17 +0000 (04:34 +0000)
commit1f3482bedad505a41caf1d61b3a4e7e09a2f4330
tree737854200ec27abe43db462ed44c01e2e3e8c7e2
parent3f6ebceb50dab236027cb9a64148e12da3f43d9f
Define PRI__[uxs]64 macros to print __s64 and __u64 values

Rather than cast every __u64 or __s64 before printing,
define printing helpers for those types directly.

* defs.h (PRI__s64, PRI__u64, PRI__x64): New macros.
defs.h