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.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 "fvect.h"
14
13   #include "object.h"
14  
15  
# Line 19 | Line 17 | static char SCCSid[] = "$SunId$ LBL";
17   #define  bmalloc        malloc
18   #endif
19  
20 < extern char  *bmalloc(), *savestr(), *fgetword();
23 < #ifndef atof
24 < extern double  atof();
25 < #endif
20 > extern char  *fgetword();
21   extern int  atoi();
22   extern long  atol();
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines