xref: /csrg-svn/lib/libplot/f77plot/space.c (revision 17639)
1 #ifndef lint
2 static char sccsid[] = "@(#)space.c	1.1 (Berkeley) 01/02/85";
3 #endif
4 space_(x0,y0,x1,y1)
5 int *x0, *y0, *x1, *y1;
6 {
7 	space(*x0,*y0,*x1,*y1);
8 }
9