Annotation of researchv10no/libplot/lib4014/circle.c, revision 1.1.1.1

1.1       root        1: #include <stdio.h>
                      2: #include "tek.h"
                      3: circle(xc, yc, r) 
                      4: double xc, yc, r;
                      5: {
                      6:        if (r > 0) 
                      7:                r = -r;
                      8:        arc(xc + r, yc, xc + r, yc, xc, yc, r);
                      9: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.