xref: /csrg-svn/lib/libplot/t4014/move.c (revision 61408)
148524Sbostic /*-
2*61408Sbostic  * Copyright (c) 1983, 1993
3*61408Sbostic  *	The Regents of the University of California.  All rights reserved.
448524Sbostic  *
548524Sbostic  * %sccs.include.proprietary.c%
648524Sbostic  */
748524Sbostic 
813351Ssam #ifndef lint
9*61408Sbostic static char sccsid[] = "@(#)move.c	8.1 (Berkeley) 06/04/93";
1048524Sbostic #endif /* not lint */
1113351Ssam 
move(xi,yi)1213351Ssam move(xi,yi){
1313351Ssam 	putch(035);
1413351Ssam 	cont(xi,yi);
1513351Ssam }
16