xref: /csrg-svn/lib/libplot/t4013/move.c (revision 48523)
1*48523Sbostic /*-
2*48523Sbostic  * Copyright (c) 1985 The Regents of the University of California.
3*48523Sbostic  * All rights reserved.
4*48523Sbostic  *
5*48523Sbostic  * %sccs.include.proprietary.c%
622621Sdist  */
722621Sdist 
817618Sjak #ifndef lint
9*48523Sbostic static char sccsid[] = "@(#)move.c	5.2 (Berkeley) 04/22/91";
10*48523Sbostic #endif /* not lint */
1117618Sjak 
1217618Sjak move(xi,yi){
1317618Sjak 	putch(035);
1417618Sjak 	cont(xi,yi);
1517618Sjak }
16