xref: /csrg-svn/lib/libplot/f77plot/point.c (revision 17638)
1 #ifndef lint
2 static char sccsid[] = "@(#)point.c	1.1 (Berkeley) 01/02/85";
3 #endif
4 point_(xi,yi)
5 int *xi, *yi;
6 {
7 	point(*xi,*yi);
8 }
9