date and time created 85/01/02 20:10:33 by jak
[unix-history] / usr / src / lib / libplot / vt0 / circle.c
CommitLineData
f3a236cf
SL
1#ifndef lint
2static char sccsid[] = "@(#)circle.c 4.1 (Berkeley) %G%";
3#endif
4
5extern vti;
6circle(x,y,r){
7 char c;
8 c = 5;
9 write(vti,&c,1);
10 write(vti,&x,6);
11}