1 2 3 4 5 6 7 8 9
#ifndef _ASCII_H #define _ASCII_H #define ASCII_WIDTH 5 #define ASCII_HEIGHT 11 extern const char ascii_chars[256][ASCII_WIDTH * ASCII_HEIGHT]; #endif