4BSD/usr/include/sys/clist.h

Compare this file to the similar file:
Show the results in this format:

/*	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[];