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.14 by schorsch, Sat Jun 7 12:50:20 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines