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.13 by greg, Mon Mar 10 17:13:29 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  
38   char  HDRSTR[] = "#?";          /* information header magic number */
# Line 138 | Line 140 | int  ac;
140   char  **av;
141   FILE  *fp;
142   {
141        int  quote;
142
143          while (ac-- > 0) {
144                  fputword(*av++, fp);
145                  fputc(ac ? ' ' : '\n', fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines