Exemplo n.º 1
0
void
_CfrTil_Ok ( int32 promptFlag )
{
    if ( _Q_->Verbosity > 2 )
    {
        _CfrTil_SystemState_Print ( 0 ) ;
        //CfrTil_MemorySpaceAllocated ( ( byte* ) "SessionObjectsSpace" ) ;
        Printf ( ( byte* ) "\n<Esc> - break, <Ctrl-C> - quit, <Ctrl-D> - restart, \"exit\" - leave.\n ok " ) ;
    }
    _CfrTil_Prompt ( _Q_->Verbosity && promptFlag ) ;
}
Exemplo n.º 2
0
void
CfrTil_SystemState_Print ( )
{
    _CfrTil_SystemState_Print ( 1 ) ;
}