@@ -0,0 +1,15 @@
typedef struct {
int centerx;
int centery;
int maxy;
int maxx;
} state;
/* Function prototypes */
void quitProgram(void);
void initState(state *s);
void drawNumber(int starty, int startx, int num);
void drawTime(state *s);
The note is not visible to the blocked user.