ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/genclock.c
(Generate patch)

Comparing ray/src/gen/genclock.c (file contents):
Revision 2.3 by greg, Sun Jun 23 18:49:55 1996 UTC vs.
Revision 2.4 by greg, Sat Feb 22 02:07:23 2003 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines