Annotation of researchv10no/libplot/libpen/save.c, revision 1.1

1.1     ! root        1: #include "pen.h"
        !             2: save(){
        !             3:        int i;
        !             4: 
        !             5:        fprintf(pltout,"OC;\n");
        !             6:        fflush(pltout);
        !             7:        e1->copyx = (float) readInt(pltin);
        !             8:        e1->copyy = (float) readInt(pltin);
        !             9:        i = readInt(pltin);
        !            10:        sscpy(e1,e1+1);
        !            11:        if(++e1 > &E[8])
        !            12:                fprintf(stderr,"stack overflow\n");
        !            13:        ckerr(1);
        !            14: }

unix.superglobalmegacorp.com

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