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

Comparing ray/src/common/readoct.c (file contents):
Revision 1.15 by greg, Thu Oct 24 10:13:20 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 14:45:45 1991 UTC

# Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL";
18  
19   #include  "otypes.h"
20  
21 extern double  atof();
21   static double  getflt();
22   static long  getint();
23   static char  *getstr();
24 + static int  getobj(), octerror();
25   static OCTREE  getfullnode(), gettree();
26  
27   static char  *infn;                     /* input file name */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines