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

Comparing ray/src/gen/genworm.c (file contents):
Revision 2.3 by greg, Thu Nov 18 09:33:07 1993 UTC vs.
Revision 2.4 by greg, Sat Feb 22 02:07:23 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
4
5 /* Copyright (c) 1989 Regents of the University of California */
6
4   /*
5   *  genworm.c - program to generate worms (strings with varying thickness).
6   *
# Line 29 | Line 26 | static char SCCSid[] = "$SunId$ LBL";
26  
27  
28   double  funvalue(), l_hermite(), l_bezier(), l_bspline(), argument();
29 + void  quit();
30  
31  
32   main(argc, argv)
# Line 121 | Line 119 | userror:
119   }
120  
121  
122 + void
123   eputs(msg)
124   char  *msg;
125   {
# Line 128 | Line 127 | char  *msg;
127   }
128  
129  
130 + void
131   wputs(msg)
132   char  *msg;
133   {
# Line 135 | Line 135 | char  *msg;
135   }
136  
137  
138 + void
139   quit(code)
140   int  code;
141   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines