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.5 by greg, Wed Sep 8 09:12:36 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 19 | Line 21 | static char SCCSid[] = "$SunId$ LBL";
21   #define  bmalloc        malloc
22   #endif
23  
24 < extern char  *bmalloc(), *savestr(), *fgetword();
23 < #ifndef atof
24 > #ifdef  DCL_ATOF
25   extern double  atof();
26   #endif
27 +
28 + extern char  *bmalloc(), *savestr(), *fgetword();
29   extern int  atoi();
30   extern long  atol();
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines