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

Comparing ray/src/common/header.c (file contents):
Revision 2.12 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.15 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 33 | Line 33 | static const char      RCSid[] = "$Id$";
33  
34   #define  MAXLINE        512
35  
36 #ifndef BSD
37 #define  index  strchr
38 #endif
39
40 extern char  *index();
41
36   char  HDRSTR[] = "#?";          /* information header magic number */
37  
38   char  FMTSTR[] = "FORMAT=";     /* format identifier */
# Line 144 | Line 138 | int  ac;
138   char  **av;
139   FILE  *fp;
140   {
147        int  quote;
148
141          while (ac-- > 0) {
142                  fputword(*av++, fp);
143                  fputc(ac ? ' ' : '\n', fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines