示例#1
0
void PopErrBox( const char *buff )
{
    RdosWriteString( buff );
}
示例#2
0
_WCRTLINK void __exit_with_msg( char *msg, unsigned retcode )
{
    RdosWriteString( msg );
    RdosWriteString( "\r\n" );
    __exit( retcode );
}