# Pastebin JObrEUeq void printbinchar(char character) { char output[9]; itoa(character, output, 2); printf("%s\n", output); }