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

Comparing ray/src/rt/devmain.c (file contents):
Revision 2.2 by gregl, Tue Nov 11 20:02:59 1997 UTC vs.
Revision 2.4 by greg, Tue Feb 25 02:47:22 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1989 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  devmain.c - main for independent drivers.
6   *
7   *      Redefine your initialization routine to dinit.
11 *
12 *      10/25/89
8   */
9  
10 + #include "copyright.h"
11 +
12   #include "standard.h"
13  
14   #include "color.h"
# Line 69 | Line 66 | char   *argv[];
66   }
67  
68  
69 + void
70   quit(code)                              /* close device and exit */
71   int     code;
72   {
# Line 180 | Line 178 | register FILE  *fp;
178   }
179  
180  
181 + void
182   eputs(s)                                /* put string to stderr */
183   register char  *s;
184   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines