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

Comparing ray/src/util/scanner.c (file contents):
Revision 1.2 by greg, Fri Jun 4 14:33:40 1993 UTC vs.
Revision 1.3 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 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   *  scanner.c - program to simulate bi-directional scanner.
6   *
7   *     6/10/86
8   */
9  
10 < #include  "stdio.h"
10 > #include  <stdio.h>
11  
12 < #include  "ctype.h"
12 > #include  <stdlib.h>
13  
14 < #include  "signal.h"
14 > #include  <ctype.h>
15  
16 + #include  <signal.h>
17 +
18   #include  "random.h"
19  
20  
# Line 47 | Line 46 | main(argc, argv)
46   int  argc;
47   char  *argv[];
48   {
50        double  atof();
49          char  *strcat(), *mktemp();
50          int  quit();
51          int  i;
# Line 150 | Line 148 | badopt:
148   }
149  
150  
151 + void
152   quit(code)                      /* unlink temp files and exit */
153   int  code;
154   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines