BSD 4 development
[unix-history] / usr / src / sys / h / clist.h
/* clist.h 4.1 11/9/80 */
/*
* Raw structures for the character list routines.
*/
struct cblock {
struct cblock *c_next;
char c_info[CBSIZE];
};
struct cblock cfree[];