53ee7761e4
uint64_t for printing. Because of this, parse.c:rewrite() should use PRI[diouxX]64 as the printf format; the previous revision which used "lld" and friends was a temporary measure. We assume that PRId64 ends with 'd', PRIx64 ends with 'x', etc. In display.c:display(), change some u_intNN_t types to C99 standard uintNN_t types, and consistently cast to [u]int64_t when printing integer values (even in two cases where it's not really necessary but it makes the code look more consistent). |
||
---|---|---|
.. | ||
Makefile | ||
conv.c | ||
display.c | ||
hexdump.1 | ||
hexdump.c | ||
hexdump.h | ||
hexsyntax.c | ||
od.1 | ||
odsyntax.c | ||
parse.c |