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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.3 by greg, Thu Nov 12 10:06:11 1992 UTC vs.
Revision 2.5 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  getinfo.c - program to read info. header from file.
6   *
# Line 20 | Line 17 | extern int  _fmode;
17   extern int  fputs();
18  
19  
20 + int
21   tabstr(s)                               /* put out line followed by tab */
22   register char  *s;
23   {
# Line 29 | Line 27 | register char  *s;
27          }
28          if (*--s == '\n')
29                  putchar('\t');
30 +        return(0);
31   }
32  
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines