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