|
|
BSD 4.3
#ifndef lint
static char sccsid[] = "@(#)dot.c 4.1 (Berkeley) 6/27/83";
#endif
#include <stdio.h>
dot(xi,yi,dx,n,pat)
int pat[];
{
int i;
putc('d',stdout);
putsi(xi);
putsi(yi);
putsi(dx);
putsi(n);
for(i=0; i<n; i++)putsi(pat[i]);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.