From c50a3902f6a5557c0173f6c588540d3207914aec Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Oct 2006 04:56:58 +0000 Subject: make size of built-in font known, may be needed --- ascii.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ascii.c') diff --git a/ascii.c b/ascii.c index f6ac8a7..0f254bd 100644 --- a/ascii.c +++ b/ascii.c @@ -312,3 +312,5 @@ const unsigned char vga_ascii_ucf[] = { 0x00,0x00,0x0f,0x38,0x33,0x67,0x7f,0x7f,0x7f,0x7e,0x7f,0x3e,0x3e,0x0f,0x00,0x00, 0x00,0x00,0xf0,0x1c,0xcc,0xe6,0xe6,0xce,0x3e,0x7e,0xfe,0x7c,0x7c,0xf0,0x00,0x00, }; +#include +const size_t vga_ascii_ucf_size = sizeof(vga_ascii_ucf); -- cgit v1.2.3