for (unsigned char i = 0; i < 127; i++) { printf("%x: %c\n", i, i); }
bash: spaceman: command not found
for (unsigned char i = 0; i < 127; i++) { printf("%x: %c\n", i, i); }