summaryrefslogtreecommitdiffstats
path: root/src/hexdump.h
blob: b28462c71c5ac829a8261a98ff0dc69b064a4c22 (plain)
1
2
3
char getprintablechar(char a);
int is_printable (int c);
void dump_bytes(unsigned char *buf, int len);