xref: /csrg-svn/lib/libplot/t300/move.c (revision 61399)
148521Sbostic /*-
2*61399Sbostic  * Copyright (c) 1983, 1993
3*61399Sbostic  *	The Regents of the University of California.  All rights reserved.
448521Sbostic  *
548521Sbostic  * %sccs.include.proprietary.c%
648521Sbostic  */
748521Sbostic 
813318Ssam #ifndef lint
9*61399Sbostic static char sccsid[] = "@(#)move.c	8.1 (Berkeley) 06/04/93";
1048521Sbostic #endif /* not lint */
1113318Ssam 
move(xi,yi)1213318Ssam move(xi,yi){
1313318Ssam 		movep(xconv(xsc(xi)),yconv(ysc(yi)));
1413318Ssam 		return;
1513318Ssam }
16