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%
622633Sdist */
722633Sdist
817631Sjak #ifndef lint
9*61374Sbostic static char sccsid[] = "@(#)dot.c 8.1 (Berkeley) 06/04/93";
1048506Sbostic #endif /* not lint */
1122633Sdist
dot_(xi,yi,dx,n,pat)1217631Sjak dot_(xi, yi, dx, n, pat)
1317631Sjak int *xi, *yi, *dx, *n, *pat;
1417631Sjak {
1517631Sjak dot( *xi, *yi, *dx, *n, pat);
1617631Sjak }
17