typedef struct _bcb { struct _bcb *b_link; /* Next BCB */ int16_t b_negl; /* Initialize to -1 */ int16_t b_private[5]; /* Unknown */ void *b_buf; /* Actual buffer */ } BCB;