xref: /csrg-svn/lib/libplot/t4014/point.c (revision 61408)
148524Sbostic /*-
2*61408Sbostic  * Copyright (c) 1983, 1993
3*61408Sbostic  *	The Regents of the University of California.  All rights reserved.
448524Sbostic  *
548524Sbostic  * %sccs.include.proprietary.c%
648524Sbostic  */
748524Sbostic 
813353Ssam #ifndef lint
9*61408Sbostic static char sccsid[] = "@(#)point.c	8.1 (Berkeley) 06/04/93";
1048524Sbostic #endif /* not lint */
1113353Ssam 
point(xi,yi)1213353Ssam point(xi,yi){
1313353Ssam 	move(xi,yi);
1413353Ssam 	cont(xi,yi);
1513353Ssam }
16