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