1 2 3 4 5 6 7 8
if(buffer_index<BUFFER_SIZE) { buffer[buffer_current][buffer_index++]=c; printf("%c",c); } } break; }