|
|
BSD 4.3tahoe
#ifndef lint
static char sccsid[] = "@(#)point.c 4.1 (Berkeley) 6/27/83";
#endif
extern vti;
extern xnow,ynow;
point(xi,yi){
struct {char pad,c; int x,y;} p;
p.c = 2;
p.x = xnow = xsc(xi);
p.y = ynow = ysc(yi);
write(vti,&p.c,5);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.