Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File14.9.3 Buffer Control Block (BCB) TOS 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;