1 /* This prints out all the ASCII characters in the format pbm2df expects them
2 * You can run this on an xterm with an 8x13 font, and put the resulting
3 * screenshot straight into pbm2df!
9 for(i
= ' '; i
< 128; ++i
)
12 if((i
% 32) == 31) printf("\n");