#include "main.h" // Declarations only
#include "calc.h" // Declarations only

// Now provide the definitions of the public symbols for calc:
unsigned char code Zero [] = {0x03, 0x61, 0x11, 0x03};
unsigned int Value = 0;
unsigned char dat;