Annotation of 41BSD/sys/h/clist.h, revision 1.1.1.1

1.1       root        1: /*     clist.h 4.1     11/9/80 */
                      2: 
                      3: /*
                      4:  * Raw structures for the character list routines.
                      5:  */
                      6: struct cblock {
                      7:        struct cblock *c_next;
                      8:        char    c_info[CBSIZE];
                      9: };
                     10: struct cblock  cfree[];

unix.superglobalmegacorp.com

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