# | Line 1 | Line 1 | |
---|---|---|
1 | – | /* Copyright (c) 1995 Regents of the University of California */ |
2 | – | |
1 | #ifndef lint | |
2 | < | static char SCCSid[] = "$SunId$ LBL"; |
2 | > | static const char RCSid[] = "$Id$"; |
3 | #endif | |
6 | – | |
4 | /* | |
5 | * Generate an analog clock. | |
6 | */ | |
7 | ||
8 | #include <stdio.h> | |
9 | + | #include <stdlib.h> |
10 | #include <math.h> | |
11 | #include <ctype.h> | |
12 | ||
13 | #define PI 3.14159265358979323846 | |
16 | – | |
17 | – | #ifdef DCL_ATOF |
18 | – | extern double atof(); |
19 | – | #endif |
14 | ||
15 | #define FACEBITMAP "clockface.hex" | |
16 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |