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