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

Comparing ray/src/gen/genbox.c (file contents):
Revision 2.2 by greg, Thu Dec 19 15:08:16 1991 UTC vs.
Revision 2.3 by greg, Fri Jun 4 14:29:58 1993 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  <stdio.h>
14  
15 < #ifndef atof
16 < extern double  atof();
17 < #endif
15 > #include  <math.h>
16 >
17  
18   char  let[]="0123456789._ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines