| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | static const char RCSid[] = "$Id$"; | |
| 3 | #endif | |
| 4 | – | #ifndef lint |
| 5 | – | static char sccsid[] = "@(#)space.c 4.1 (Berkeley) 6/27/83"; |
| 6 | – | #endif |
| 4 | ||
| 5 | < | extern float botx; |
| 6 | < | extern float boty; |
| 7 | < | extern float obotx; |
| 8 | < | extern float oboty; |
| 9 | < | extern float scalex; |
| 10 | < | extern float scaley; |
| 11 | < | extern int scaleflag; |
| 12 | < | space(x0,y0,x1,y1){ |
| 5 | > | #include "local4014.h" |
| 6 | > | #include "lib4014.h" |
| 7 | > | |
| 8 | > | extern void |
| 9 | > | space( |
| 10 | > | int x0, |
| 11 | > | int y0, |
| 12 | > | int x1, |
| 13 | > | int y1 |
| 14 | > | ) |
| 15 | > | { |
| 16 | botx = 0.; | |
| 17 | boty = 0.; | |
| 18 | obotx = x0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |