while(1)

{ switch(Key_input())

{

case KEY1 : Cursor_left();

break;

}

}


여기에서


이게 오류라는데 이해가 안가네요