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