示例#1
0
static bool intern td_initconsole( void )
/***************************************/
{
    if( !ostream_init(UIConHandle) ) return( FALSE );
    QNX_NOWRAP();
    QNX_NOBOLD();
    QNX_NOBLINK();
    __flush();
    return( TRUE );
}
示例#2
0
static bool td_initconsole( void )
/********************************/
{
    if( !ostream_init( UIConHandle ) )
        return( false );
    QNX_NOWRAP();
    QNX_NOBOLD();
    QNX_NOBLINK();
    __flush();
    return( true );
}