Annotation of researchv10no/libplot/lib4014/box.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: #include "tek.h"
        !             3: #define sSTEP 20
        !             4: box(x0, y0, x1, y1) 
        !             5: double x0, y0, x1, y1;
        !             6: {
        !             7:        move(x0, y0);
        !             8:        vec(x0, y1);
        !             9:        vec(x1, y1);
        !            10:        vec(x1, y0);
        !            11:        vec(x0, y0);
        !            12: }

unix.superglobalmegacorp.com

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