xref: /csrg-svn/lib/libplot/t4013/point.c (revision 22623)
1*22623Sdist /*
2*22623Sdist  * Copyright (c) 1980 Regents of the University of California.
3*22623Sdist  * All rights reserved.  The Berkeley software License Agreement
4*22623Sdist  * specifies the terms and conditions for redistribution.
5*22623Sdist  */
6*22623Sdist 
717620Sjak #ifndef lint
8*22623Sdist static char sccsid[] = "@(#)point.c	5.1 (Berkeley) 06/07/85";
9*22623Sdist #endif not lint
1017620Sjak 
1117620Sjak point(xi,yi){
1217620Sjak 	move(xi,yi);
1317620Sjak 	cont(xi,yi);
1417620Sjak }
15