# | Line 1 | Line 1 | |
---|---|---|
1 | #ifndef lint | |
2 | static const char RCSid[] = "$Id$"; | |
3 | #endif | |
4 | – | #ifndef lint |
5 | – | static char sccsid[] = "@(#)point.c 4.1 (Berkeley) 6/27/83"; |
6 | – | #endif |
4 | ||
5 | < | point(xi,yi){ |
5 | > | #include "local4014.h" |
6 | > | #include "lib4014.h" |
7 | > | |
8 | > | extern void |
9 | > | point( |
10 | > | int xi, |
11 | > | int yi |
12 | > | ) |
13 | > | { |
14 | move(xi,yi); | |
15 | cont(xi,yi); | |
16 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |