xref: /csrg-svn/lib/libplot/t4013/move.c (revision 22621)
1*22621Sdist /*
2*22621Sdist  * Copyright (c) 1980 Regents of the University of California.
3*22621Sdist  * All rights reserved.  The Berkeley software License Agreement
4*22621Sdist  * specifies the terms and conditions for redistribution.
5*22621Sdist  */
6*22621Sdist 
717618Sjak #ifndef lint
8*22621Sdist static char sccsid[] = "@(#)move.c	5.1 (Berkeley) 06/07/85";
9*22621Sdist #endif not lint
1017618Sjak 
1117618Sjak move(xi,yi){
1217618Sjak 	putch(035);
1317618Sjak 	cont(xi,yi);
1417618Sjak }
15