#undef BB
#undef BBStr
#undef bb
#undef bbStr
#define BB
#define BBStr( x,y,z ) ;
#define bb
#define bbStr( x,y,z ) ;
#ifndef procNestOn
#undef BB
#undef BBStr
#undef bb
#undef bbStr
#undef LB_
#undef LE_
#undef LE_ret
#undef ret
#undef ret_
#undef __
#undef ___
#define BB if ( 1 < call_nr || errno )
#define bb if ( 1 < call_nr || errno )
#define BBStr( x,y,z )
{
BB traceStr( x,y,z );
}
#define bbStr( x,y,z )
{
bb traceStr( x,y,z );
}
#define __
{
bb
{
printf( "\nLine %i", __LINE__ );
}
}
#define ___
#define ret_
{
__ return ;
}
#define LE_ __ return ;
#define LE_ret( x ) __ return( x );
#define ret( x )
{
__ return( x );
}
#define LB_( x )
{
bb printf( "\n-> %s", x ); safe_ut.showSysCalls = 1 ;
#endif
/* Module ut/msHtm htm.ic
*****************************************************************************
Author Gebhard.Greiter@softlab.de
*/
#include for_spu.h
class MsHtm
top . is_inc_for . C++
/* _____________________________________________________________________________ R e u s e . f o r . ALL Functions to manipulate Microsoft HTML files. _ text section to be shown in mono-space font (courier) _ text section to be formatted automatically (arial) _ usw. _____________________________________________________________________________ */ { public: protected: private: // exported methods: public: void MsHtm :: prune_MS_htm /* ----------------------------------------------------------------------------- Prune Microsoft HTML style definitions ----------------------------------------------------------------------------- */ ( char * from , char * to , char * str // not beyond this str ) ; public: uint MsHtm :: split_MS_htm /* ----------------------------------------------------------------------------- Split Microsoft HTML file, trenner = str ----------------------------------------------------------------------------- */ ( char * from , char * str , char * pre , char * section[] , str_set & store ) ; } ; #endif