Annotation of researchv8dc/cmd/spell/huff.h, revision 1.1

1.1     ! root        1: /*      @(#)huff.h      1.1     */
        !             2: extern struct huff {
        !             3:         long xn;
        !             4:         int xw;
        !             5:         long xc;
        !             6:         long xcq;       /* (c,0) */
        !             7:         long xcs;       /* c left justified */
        !             8:         long xqcs;      /* (q-1,c,q) left justified */
        !             9:         long xv0;
        !            10: } huffcode;
        !            11: #define n huffcode.xn
        !            12: #define w huffcode.xw
        !            13: #define c huffcode.xc
        !            14: #define cq huffcode.xcq
        !            15: #define cs huffcode.xcs
        !            16: #define qcs huffcode.xqcs
        !            17: #define v0 huffcode.xv0

unix.superglobalmegacorp.com

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