示例#1
0
char *CON_Input()
{
	return CON_Input_TTY();
}
示例#2
0
char *CON_Input( void )
{
	return CON_Input_TTY();
}