|
|
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[];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.