// Public symbols from calc.c
// These are just declarations; the definitions are in calc.c
extern unsigned char code Zero [] = {0x03, 0x61, 0x11, 0x03};
extern unsigned int Value = 0;
extern unsigned char dat;