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