xref: /csrg-svn/lib/libplot/imagen/move.c (revision 61397)
148519Sbostic /*-
2*61397Sbostic  * Copyright (c) 1985, 1993
3*61397Sbostic  *	The Regents of the University of California.  All rights reserved.
448519Sbostic  *
548519Sbostic  * %sccs.include.proprietary.c%
624998Ssam  */
724998Ssam 
824998Ssam #ifndef lint
9*61397Sbostic static char sccsid[] = "@(#)move.c	8.1 (Berkeley) 06/04/93";
1048519Sbostic #endif /* not lint */
1124998Ssam 
1224998Ssam #include "imp.h"
move(xi,yi)1324998Ssam move(xi,yi){
1424998Ssam         imPx = xi;
1524998Ssam         imPy = yi;
1624998Ssam }
17