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.5 by greg, Wed Sep 8 09:12:36 1993 UTC vs.
Revision 2.6 by gwlarson, Tue Aug 25 10:20:30 1998 UTC

# Line 8 | Line 8 | static char SCCSid[] = "$SunId$ LBL";
8   * Allocate, read and free object arguments
9   */
10  
11 < #include <stdio.h>
11 > #include "standard.h"
12  
13 #include <math.h>
14
15 #include "fvect.h"
16
13   #include "object.h"
14  
15  
# Line 21 | Line 17 | static char SCCSid[] = "$SunId$ LBL";
17   #define  bmalloc        malloc
18   #endif
19  
20 < #ifdef  DCL_ATOF
25 < extern double  atof();
26 < #endif
27 <
28 < extern char  *bmalloc(), *savestr(), *fgetword();
20 > extern char  *fgetword();
21   extern int  atoi();
22   extern long  atol();
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines