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

Comparing ray/src/common/readfargs.c (file contents):
Revision 2.3 by greg, Tue May 18 09:26:05 1993 UTC vs.
Revision 2.4 by greg, Fri Jun 4 14:28:52 1993 UTC

# Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10  
11   #include <stdio.h>
12  
13 + #include <math.h>
14 +
15   #include "fvect.h"
16  
17   #include "object.h"
# Line 20 | Line 22 | static char SCCSid[] = "$SunId$ LBL";
22   #endif
23  
24   extern char  *bmalloc(), *savestr(), *fgetword();
23 #ifndef atof
24 extern double  atof();
25 #endif
25   extern int  atoi();
26   extern long  atol();
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines