4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libplot / f77plot / move.c
CommitLineData
de207c0f 1/*-
d411f6b8
KB
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
de207c0f
KB
4 *
5 * %sccs.include.proprietary.c%
b059c7be
DF
6 */
7
fbd52125 8#ifndef lint
d411f6b8 9static char sccsid[] = "@(#)move.c 8.1 (Berkeley) %G%";
de207c0f 10#endif /* not lint */
b059c7be 11
fbd52125
JK
12move_(xi,yi)
13int *xi, *yi;
14{
15 move(*xi,*yi);
16}