Example #1
0
 void doHandleMsgInfo( const int,
                       const int board,
                       const std::string & msg )
   {
       // format the string
       std::string msgcopy( msg );
       XMLEscape( msgcopy );
       std::cout << "<MsgInfo";
       if ( board != 1 )
       {
           std::cout << " board=\"" << board << "\"";
       }
       std::cout << ">" << msgcopy << "</MsgInfo>\n";
   }
Example #2
0
File: sysem.c Project: spitbol/x64
int zysem()
{
    ptscblk->len = msgcopy( WA(word), errors, ptscblk->str );
    SET_XR( ptscblk );
    return NORMAL_RETURN;
}