btoe
char *btoe(char *, const char *);
(void)puts(hexmode ? put8(buf, key) : btoe(buf, key));
(void)printf("%3d: %-29s", i, btoe(buf, key));
hexmode ? put8(buf, key) : btoe(buf, key));