#include "main.h" // Declarations only
#include "calc.h" // Declarations only

// Now provide the definitions of the public symbols for main:
// It doesn't matter that the declarations have been included;
// in fact, including the declarations means that the compiler will spot any inconsistencies!
unsigned char data Sec, Min, Hr, Day; 