edk
compile without stdin, out
xilinx
2012. 3. 7. 16:43
다음과 같이 함수를 정의해 주면 컴파일러가 착각하고 컴파일 해 줍니다.
void outbyte(char c)
{
}
int inbyte()
{
}