BSD 4 development
[unix-history] / usr / src / sys / h / clist.h
CommitLineData
28275b1e
BJ
1/* clist.h 4.1 11/9/80 */
2
3/*
4 * Raw structures for the character list routines.
5 */
6struct cblock {
7 struct cblock *c_next;
8 char c_info[CBSIZE];
9};
10struct cblock cfree[];