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

Comparing ray/src/common/readobj.c (file contents):
Revision 2.2 by greg, Mon Jan 25 12:41:24 1993 UTC vs.
Revision 2.3 by greg, Fri Jun 4 15:08:20 1993 UTC

# Line 28 | Line 28 | readobj(input)                 /* read in an object file or stream *
28   char  *input;
29   {
30          FILE  *popen();
31 <        char  *fgets(), *fgetline();
31 >        char  *fgetline();
32          FILE  *infp;
33          char  buf[512];
34          register int  c;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines