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.4 by gwlarson, Tue Oct 27 08:47:17 1998 UTC

# Line 20 | Line 20 | extern int  _fmode;
20   extern int  fputs();
21  
22  
23 + int
24   tabstr(s)                               /* put out line followed by tab */
25   register char  *s;
26   {
# Line 29 | Line 30 | register char  *s;
30          }
31          if (*--s == '\n')
32                  putchar('\t');
33 +        return(0);
34   }
35  
36  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines