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

Comparing ray/src/meta/lib4014/subr.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2   static const char       RCSid[] = "$Id$";
3   #endif
4 #ifndef lint
5 static char sccsid[] = "@(#)subr.c      4.1 (Berkeley) 6/27/83";
6 #endif
4  
5   #include <stdio.h>
6 +
7 + #include "local4014.h"
8 + #include "lib4014.h"
9 +
10   float obotx = 0.;
11   float oboty = 0.;
12   float botx = 0.;
# Line 18 | Line 19 | int oloy = -1;
19   int ohiy = -1;
20   int ohix = -1;
21   int oextra = -1;
22 < cont(x,y){
22 >
23 > extern void
24 > cont(
25 >        int x,
26 >        int y
27 > )
28 > {
29          int hix,hiy,lox,loy,extra;
30          int n;
31          x = (x-obotx)*scalex + botx;
# Line 60 | Line 67 | cont(x,y){
67                  putch(0);
68   }
69  
70 < putch(c){
70 > extern void
71 > putch(
72 >        int c
73 > )
74 > {
75          putc(c,stdout);
76   }
77 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines