manual page distributed with 4.1BSD
[unix-history] / usr / src / lib / libplot / f77plot / dot.c
CommitLineData
a7b82266
JK
1#ifndef lint
2static char sccsid[] = "@(#)dot.c 1.1 (Berkeley) %G%";
3#endif
4dot_(xi, yi, dx, n, pat)
5int *xi, *yi, *dx, *n, *pat;
6{
7 dot( *xi, *yi, *dx, *n, pat);
8}