date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / t4014 / move.c
CommitLineData
3b968189
SL
1#ifndef lint
2static char sccsid[] = "@(#)move.c 4.1 (Berkeley) %G%";
3#endif
4
5move(xi,yi){
6 putch(035);
7 cont(xi,yi);
8}