xref: /csrg-svn/lib/libplot/f77plot/space.c (revision 48506)
1*48506Sbostic /*-
2*48506Sbostic  * Copyright (c) 1980 The Regents of the University of California.
3*48506Sbostic  * All rights reserved.
4*48506Sbostic  *
5*48506Sbostic  * %sccs.include.proprietary.c%
622641Sdist  */
722641Sdist 
817639Sjak #ifndef lint
9*48506Sbostic static char sccsid[] = "@(#)space.c	5.2 (Berkeley) 04/22/91";
10*48506Sbostic #endif /* not lint */
1122641Sdist 
1217639Sjak space_(x0,y0,x1,y1)
1317639Sjak int *x0, *y0, *x1, *y1;
1417639Sjak {
1517639Sjak 	space(*x0,*y0,*x1,*y1);
1617639Sjak }
17