xref: /csrg-svn/lib/libplot/f77plot/cont.c (revision 61374)
148506Sbostic /*-
2*61374Sbostic  * Copyright (c) 1980, 1993
3*61374Sbostic  *	The Regents of the University of California.  All rights reserved.
448506Sbostic  *
548506Sbostic  * %sccs.include.proprietary.c%
622632Sdist  */
722632Sdist 
817630Sjak #ifndef lint
9*61374Sbostic static char sccsid[] = "@(#)cont.c	8.1 (Berkeley) 06/04/93";
1048506Sbostic #endif /* not lint */
1122632Sdist 
cont_(x,y)1217630Sjak cont_(x,y)
1317630Sjak int *x, *y;
1417630Sjak {
1517630Sjak 	cont(*x, *y);
1617630Sjak }
17