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.15 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 138 | Line 138 | int  ac;
138   char  **av;
139   FILE  *fp;
140   {
141        int  quote;
142
141          while (ac-- > 0) {
142                  fputword(*av++, fp);
143                  fputc(ac ? ' ' : '\n', fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines