YY_BUF_SIZE
#ifndef YY_BUF_SIZE
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
yy_create_buffer(yyin,YY_BUF_SIZE ); \
yy_create_buffer(yyin,YY_BUF_SIZE ); \
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
yy_create_buffer(yyin,YY_BUF_SIZE );
yy_create_buffer(yyin,YY_BUF_SIZE );