typedef struct _bcb { struct _bcb *b_link; /* nächster BCB */ int16_t b_negl; /* auf -1 initialisieren */ int16_t b_private[5]; /* unbekannt */ void *b_buf; /* eigentlicher Puffer */ } BCB;