diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-12 04:56:58 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-12 04:56:58 +0000 |
commit | c50a3902f6a5557c0173f6c588540d3207914aec (patch) | |
tree | 673bdef9cfbf1182e0a8fe48664f0233b05f261d /ascii.c | |
parent | 48820ddb03b5a9678b43d7c1a7d1596899bf3404 (diff) |
make size of built-in font known, may be needed
Diffstat (limited to 'ascii.c')
-rw-r--r-- | ascii.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 <stddef.h> +const size_t vga_ascii_ucf_size = sizeof(vga_ascii_ucf); |