]> granicus.if.org Git - strace/commit
Add printaddr_ull, change printaddr into a thin wrapper around it
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 28 Oct 2016 00:24:53 +0000 (00:24 +0000)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 28 Oct 2016 23:54:01 +0000 (02:54 +0300)
commitb61f3251c02201a96813a80c769415951e8b3c76
tree79bf26d6e0f84f064a015de4a6f95b9202a09a7f
parent73acaec01e159b39913eabaef7ef8be5f968aa2d
Add printaddr_ull, change printaddr into a thin wrapper around it

* defs.h (printaddr_ull): New prototype.
(printaddr): Change to a static inline wrapper around printaddr_ull.
* util.c (printaddr): Rename to printaddr_ull, change argument type
to unsigned long long, change print format to %#llx.
defs.h
util.c