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