コード例 #1
0
void PopErrBox( const char *buff )
{
    RdosWriteString( buff );
}
コード例 #2
0
ファイル: xmsgrdu.c プロジェクト: Graham-stott/open-watcom-v2
_WCRTLINK void __exit_with_msg( char *msg, unsigned retcode )
{
    RdosWriteString( msg );
    RdosWriteString( "\r\n" );
    __exit( retcode );
}