xref: /csrg-svn/lib/libplot/f77plot/move.c (revision 22638)
1*22638Sdist /*
2*22638Sdist  * Copyright (c) 1980 Regents of the University of California.
3*22638Sdist  * All rights reserved.  The Berkeley software License Agreement
4*22638Sdist  * specifies the terms and conditions for redistribution.
5*22638Sdist  */
6*22638Sdist 
717636Sjak #ifndef lint
8*22638Sdist static char sccsid[] = "@(#)move.c	5.1 (Berkeley) 06/07/85";
9*22638Sdist #endif not lint
10*22638Sdist 
1117636Sjak move_(xi,yi)
1217636Sjak int *xi, *yi;
1317636Sjak {
1417636Sjak 	move(*xi,*yi);
1517636Sjak }
16