manual page distributed with 4.1BSD
[unix-history] / usr / src / lib / libplot / f77plot / cont.c
#ifndef lint
static char sccsid[] = "@(#)cont.c 1.1 (Berkeley) %G%";
#endif
cont_(x,y)
int *x, *y;
{
cont(*x, *y);
}