Annotation of researchv10no/libj/spline.c, revision 1.1

1.1     ! root        1: #include "jerq.h"
        !             2: #include "commands.h"
        !             3: #include "io.h"
        !             4: 
        !             5: bspline(b, p, n, c) Bitmap *b; Point *p; int n; Code c;
        !             6: {      int i;
        !             7:        sendCommand(CCBSPLINE);
        !             8:        sendToBitmap(b);
        !             9:        sendInt(n);
        !            10:        for (i=0; i<n; i++) sendPoint(*p++);
        !            11:        sendCode(c);
        !            12: }

unix.superglobalmegacorp.com

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