On 07/10/2018 05:41 AM, Dmitry Timoshkov wrote:
-static void dump_binary(int n) +static int tlb_isprint(unsigned char c) {
- int i;
- return c >= 32;
It seems to me that adding something like c <= 128 would make the output better. At lest it looks better in my testing.
Thanks, Jacek