Annotation of researchv10no/cmd/spitbol/spitblks.h, revision 1.1.1.1

1.1       root        1: 
                      2: /*
                      3:        structure definitions for blocks within spitbol compiler.
                      4: */
                      5: 
                      6: struct chfcb {
                      7:                int     typ;
                      8:                int     len;
                      9:                struct  chfcb   *nxt;
                     10:                struct  fcblk   *fcb;
                     11: };
                     12: 
                     13: struct icblk {
                     14:                int     typ;
                     15:                int     val;
                     16: };
                     17: 
                     18: struct scblk {
                     19:                int     typ;
                     20:                int     len;
                     21:                char    str[1];
                     22: };
                     23: 

unix.superglobalmegacorp.com

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